Skip to content

Commit 1247356

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent 05ba494 commit 1247356

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
# - name: Configure git
16-
# run: |
17-
# git config --global user.email "bot@coder.com"
18-
# git config --global user.name "Coder Bot"
15+
- name: Configure git
16+
run: |
17+
git config --global user.email "bot@coder.com"
18+
git config --global user.name "Coder Bot"
1919
- run: |
2020
./ci/scripts/bump-coder-cli.sh 1.14.1
2121
git diff

0 commit comments

Comments
 (0)