Skip to content

Commit ba21422

Browse files
Github action update email and username
1 parent a620160 commit ba21422

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 "GitHub Actions Bot"
36+
git config --global user.name "<>""
3737
- name: Generate oclif README
3838
if: ${{ steps.version-check.outputs.skipped == 'false' }}
3939
id: oclif-readme

0 commit comments

Comments
 (0)