Skip to content

Commit

Permalink
fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm-ll committed Aug 7, 2024
1 parent 51e0cd9 commit be001e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submodule_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git submodule foreach --recursive "\
if [ -n \"\$(git status --porcelain)\" ]; then \
git switch -c $CURRENT_TIMESTAMP-submodule-sync && \
git commit -am "submodule sync at $CURRENT_TIMESTAMP" && \
git commit -am \"submodule sync at $CURRENT_TIMESTAMP\" && \
git push origin $CURRENT_TIMESTAMP-submodule-sync; \
else \
echo 'No changes to commit in submodule'; \
Expand Down

0 comments on commit be001e6

Please sign in to comment.