Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
chore(github-action): debug on-commits
Browse files Browse the repository at this point in the history
fix git commit detection
  • Loading branch information
o-orand committed Dec 27, 2023
1 parent c1c7647 commit 25842c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
git add config/blobs.yml
git status
if ! git commit -a --dry-run;then
if git commit -a --dry-run;then
git commit -a -m "updating blobs" && \
git push ${remote_repo} HEAD:master
else
Expand Down

0 comments on commit 25842c5

Please sign in to comment.