From 25842c5dc036d5ee54deb2ee7f2dcc41f9abf576 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Wed, 27 Dec 2023 09:15:30 +0000 Subject: [PATCH] chore(github-action): debug on-commits fix git commit detection --- .github/workflows/on-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-commits.yml b/.github/workflows/on-commits.yml index 2956f191..0b8e82fb 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -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