Skip to content

Commit 39fd2ab

Browse files
committed
Update on-push-do-docs.yml
1 parent 134c416 commit 39fd2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push-do-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
git config --local user.email "[email protected]"
1717
git config --local user.name "GitHub Action"
18-
git commit -m "Docs changes" -a || echo "nothing to commit"
18+
git commit -m "Docs changes" -a || echo "nothing to commit"
1919
remote="https://${GITHUB_ACTOR}:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git"
2020
branch="${GITHUB_REF:11}"
2121
git push "${remote}" ${branch} || echo "nothing to push"

0 commit comments

Comments
 (0)