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 7a30b6c commit 96190ceCopy full SHA for 96190ce
.github/workflows/docs-tutorials.yml
@@ -55,7 +55,7 @@ jobs:
55
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
56
token: ${{ secrets.PAT_GHOST }}
57
add-paths: _notebooks
58
- commit-message: "update tutorials to `${{ env.SHA_SHORT }}`"
+ commit-message: "update tutorials to `${{ env.SHA_LATEST }}`"
59
branch: "docs/update-tutorials"
60
# Delete the branch when closing pull requests, and when undeleted after merging.
61
delete-branch: true
0 commit comments