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 a7835bf commit 52ecc53Copy full SHA for 52ecc53
.github/workflows/bump-coder-cli.yaml
@@ -26,4 +26,7 @@ jobs:
26
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 --title="bump coder-cli version to v1.14.1" --reviewer cmoog
+ gh pr create \
30
+ --title="bump coder-cli version to v1.14.1" \
31
+ --body="" \
32
+ --reviewer cmoog
0 commit comments