From 4dbe7a02dd3cd001e514ed12ba4ae4727683f95f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Oct 2021 22:45:08 +0200 Subject: [PATCH] fix native function call phpcsfixer --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e35be9..73bee1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,5 +35,5 @@ jobs: git config --global user.email 'build.bot@orange-management.email' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git add *.css - git commit -m "Automatic css build" - git push \ No newline at end of file + git commit -m "Automatic css build" || true + git push || true \ No newline at end of file