File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3131 SHA_SHORT=$(git rev-parse --short HEAD)
3232 MESSAGE="Deployed ${SHA_SHORT} with MkDocs version ${MKDOCS_VERSION} (${MATERIAL_VERSION})"
3333 echo "MESSAGE=${MESSAGE}" >> $GITHUB_ENV
34+ - name : Example step where the github-actions bot makes a git commit
35+ run : |
36+ git config --global user.name github-actions[bot]
37+ git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
3438 - name : Deploy
3539 uses : cpina/github-action-push-to-another-repository@main
3640 env :
3943 source-directory : site/
4044 destination-github-username : " golang-jwt"
4145 destination-repository-name : " jwt"
46+ user-name : " github-actions[bot]"
47+ user-email : " 41898282+github-actions[bot]@users.noreply.github.com"
4248 commit-message : ${{ env.MESSAGE }}
4349 target-branch : gh-pages
You can’t perform that action at this time.
0 commit comments