Thanks to visit codestin.com Credit goes to github.com
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 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