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 4560b39 commit 7480dabCopy full SHA for 7480dab
.github/workflows/gh_pages.yml
@@ -12,7 +12,8 @@ on:
12
required: false
13
14
permissions:
15
- contents: read
+ contents: write # for peter-evans/create-pull-request to create branch
16
+ pull-requests: write # for peter-evans/create-pull-request to create a PR
17
18
jobs:
19
build:
@@ -51,7 +52,7 @@ jobs:
51
52
if: always()
53
run: |
54
git add .
- git config --local user.email ""
55
+ git config --local user.email "github-actions[bot]@users.noreply.github.com"
56
git config --local user.name "Github Actions"
57
git diff --cached
58
git commit -a -m "Update api for ${{steps.version.outputs.version}}" || true
0 commit comments