Skip to content

Commit

Permalink
. e Update Arlo's commit notation for snippet updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Dec 10, 2024
1 parent ed75782 commit 6b89c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateMarkdown.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "d - Update markdown snippets" -a || echo "nothing to commit"
git commit -m ". d Update markdown snippets" -a || echo "nothing to commit"
remote="https://${GITHUB_ACTOR}:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git"
branch="${GITHUB_REF:11}"
git push "${remote}" ${branch} || echo "nothing to push"

0 comments on commit 6b89c2d

Please sign in to comment.