We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8958da1 commit b3e9eacCopy full SHA for b3e9eac
.github/workflows/bump-coder-cli.yaml
@@ -18,4 +18,4 @@ jobs:
18
git add coder-cli.rb
19
git remote add origin "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
20
git commit -m "feat: bump coder-cli version to v$version"
21
- git push --set-upstream origin "$branch"
+ git push --set-upstream origin bump-coder-cli-${{ github.event.inputs.version }}
0 commit comments