We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6df1f5 commit 32465ccCopy full SHA for 32465cc
.github/workflows/push.yml
@@ -145,9 +145,10 @@ jobs:
145
146
- name: Commit json files to gh-pages if on release branch
147
if: github.event_name == 'push' && github.ref == 'refs/heads/release/v2.x'
148
+ continue-on-error: true
149
run: |
- git config user.name github-actions
150
- git config user.email github-actions@github.com
+ git config user.name "github-actions[bot]"
151
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
152
git add --all
153
git commit -m "Updated 2.x cli compile json files"
154
git push origin HEAD:gh-pages
0 commit comments