We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76782cf commit aea4ed9Copy full SHA for aea4ed9
.github/workflows/bump-coder-cli.yaml
@@ -17,7 +17,6 @@ jobs:
17
git diff
18
git checkout -b bump-coder-cli-1.14.1
19
git add coder-cli.rb
20
- git remote add origin "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
21
git commit -m "feat: bump coder-cli version to v$version"
22
git push --set-upstream origin bump-coder-cli-1.14.1
23
gh pr create --fill --reviewer cmoog
0 commit comments