Skip to content

Commit aea4ed9

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent 76782cf commit aea4ed9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/bump-coder-cli.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
git diff
1818
git checkout -b bump-coder-cli-1.14.1
1919
git add coder-cli.rb
20-
git remote add origin "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
2120
git commit -m "feat: bump coder-cli version to v$version"
2221
git push --set-upstream origin bump-coder-cli-1.14.1
2322
gh pr create --fill --reviewer cmoog

0 commit comments

Comments
 (0)