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 cf1fed8 commit 36d2572
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
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "d updated 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"
Expand Down

0 comments on commit 36d2572

Please sign in to comment.