Skip to content

Commit 1edd7fa

Browse files
Merge pull request #2 from johnlindquist/claude/2025-07-03-1751581701314
Fix GitHub Actions workflow git config
2 parents 63328a9 + aa8eaf8 commit 1edd7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/onPushToMain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Setup git
3333
if: ${{ steps.version-check.outputs.skipped == 'false' }}
3434
run: |
35-
git config --global user.email ${{ secrets.GH_EMAIL }}
36-
git config --global user.name ${{ secrets.GH_USERNAME }}
35+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
36+
git config --global user.name "github-actions[bot]"
3737
- name: Generate oclif README
3838
if: ${{ steps.version-check.outputs.skipped == 'false' }}
3939
id: oclif-readme

0 commit comments

Comments
 (0)