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 83f3073 commit 4799d7aCopy full SHA for 4799d7a
.github/workflows/6-jekyll-gh-pages.yml
@@ -49,3 +49,10 @@ jobs:
49
github_token: ${{ secrets.GITHUB_TOKEN }}
50
# Build output to publish to the `gh-pages` branch:
51
publish_dir: ./casdk-docs/build
52
+ # The following lines assign commit authorship to the official
53
+ # GH-Actions bot for deploys to `gh-pages` branch:
54
+ # https://github.com/actions/checkout/issues/13#issuecomment-724415212
55
+ # The GH actions bot is used by default if you didn't specify the two fields.
56
+ # You can swap them out with your own user credentials.
57
+ user_name: github-actions[bot]
58
+ user_email: 41898282+github-actions[bot]@users.noreply.github.com
casdk-docs/docs/test.md
0 commit comments