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): polish on-commits
Browse files Browse the repository at this point in the history
We avoid displaying the same information multiple times
  • Loading branch information
o-orand committed Dec 27, 2023
1 parent 3f51c8a commit d19878b
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 2>&1 >/dev/null;then
git commit -a -m "updating blobs" && \
git push ${remote_repo} HEAD:master
else
Expand Down

0 comments on commit d19878b

Please sign in to comment.