From bace2759e79826c1e28a8ab6a64062b2998e8de1 Mon Sep 17 00:00:00 2001 From: osaajani <> Date: Fri, 3 Jul 2020 04:15:47 +0200 Subject: [PATCH] fix codestyle on no changes --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 2e1e178..1d0ab7e 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -26,7 +26,7 @@ jobs: - name: Commit changes run: | git add --all - git commit -m "Fix codestyle." + git commit -m "Fix codestyle." || exit 0 - name: Push changes # push the modif to repo uses: ad-m/github-push-action@master