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 134c416 commit 39fd2abCopy full SHA for 39fd2ab
.github/workflows/on-push-do-docs.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
git config --local user.email "[email protected]"
17
git config --local user.name "GitHub Action"
18
- git commit -m "Docs changes" -a || echo "nothing to commit"
+ git commit -m "Docs changes" -a || echo "nothing to commit"
19
remote="https://${GITHUB_ACTOR}:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git"
20
branch="${GITHUB_REF:11}"
21
git push "${remote}" ${branch} || echo "nothing to push"
0 commit comments