We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9225327 commit961f789Copy full SHA for 961f789
.github/workflows/bump-coder-cli.yaml
@@ -16,11 +16,14 @@ jobs:
16
run:|
17
git config --global user.email "bot@coder.com"
18
git config --global user.name "Coder Bot"
19
- -run:|
20
- ./ci/scripts/bump-coder-cli.sh 1.14.1
21
- git diff
22
- git checkout -b bump-coder-cli-1.14.1
23
- git add coder-cli.rb
24
- git commit -m "feat: bump coder-cli version to v1.14.1"
25
- git push --set-upstream origin bump-coder-cli-1.14.1
26
- gh pr create --fill --reviewer cmoog
+ -name:Open PR to bump coder-cli version
+env:
+GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
+run:|
+ ./ci/scripts/bump-coder-cli.sh 1.14.1
+ git diff
+ git checkout -b bump-coder-cli-1.14.1
+ git add coder-cli.rb
27
+ git commit -m "feat: bump coder-cli version to v1.14.1"
28
+ git push --set-upstream origin bump-coder-cli-1.14.1
29
+ gh pr create --fill --reviewer cmoog