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 a7c3c9c commit 98805b2Copy full SHA for 98805b2
.github/workflows/ci.yml
@@ -35,4 +35,6 @@ jobs:
35
with:
36
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
- publish_dir: ./website
+ publish_dir: ./website
39
+ user_name: 'github-actions[bot]'
40
+ user_email: 'github-actions[bot]@users.noreply.github.com'
0 commit comments