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.
1 parent f2cf055 commit ea33d13Copy full SHA for ea33d13
.github/workflows/update.yml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
folder: build
28
clean: true
29
+ git-config-name: github-actions[bot]
30
+ git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
31
- name: Debug index.html if pull request
32
if: github.event_name == 'pull_request'
33
run: |
0 commit comments