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 parentbe4509c commit05ba494Copy full SHA for 05ba494
.github/workflows/bump-coder-cli.yaml
@@ -11,17 +11,16 @@ jobs:
11
bump:
12
runs-on:ubuntu-latest
13
steps:
14
- -uses:actions/checkout@v1
15
- -name:Configure git
16
-run:|
17
- git config --global user.email "bot@coder.com"
18
- git config --global user.name "Coder Bot"
19
- git remote add github "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
+ -uses:actions/checkout@v2
+# - name: Configure git
+# run: |
+# git config --global user.email "bot@coder.com"
+# git config --global user.name "Coder Bot"
20
21
./ci/scripts/bump-coder-cli.sh 1.14.1
22
git diff
23
git checkout -b bump-coder-cli-1.14.1
24
git add coder-cli.rb
25
- git commit -m "feat: bump coder-cli version tov$version"
+ git commit -m "feat: bump coder-cli version tov1.14.1"
26
git push --set-upstream github bump-coder-cli-1.14.1
27
gh pr create --fill --reviewer cmoog