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.
2 parents 63328a9 + aa8eaf8 commit 1edd7faCopy full SHA for 1edd7fa
.github/workflows/onPushToMain.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Setup git
33
if: ${{ steps.version-check.outputs.skipped == 'false' }}
34
run: |
35
- git config --global user.email ${{ secrets.GH_EMAIL }}
36
- git config --global user.name ${{ secrets.GH_USERNAME }}
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
37
- name: Generate oclif README
38
39
id: oclif-readme
0 commit comments