From 2a87f2cf2e4c6c15233679bf6d18aa71bc0112e0 Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Sun, 6 Jun 2021 12:09:57 +0200 Subject: [PATCH] Update format-json-files.yml --- .github/workflows/format-json-files.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format-json-files.yml b/.github/workflows/format-json-files.yml index 28ad6a79..b24f0414 100644 --- a/.github/workflows/format-json-files.yml +++ b/.github/workflows/format-json-files.yml @@ -36,7 +36,8 @@ jobs: cd ${{github.workspace}} npx prettier --write "source/**/*.json" --config ${{github.workspace}}/scripts/json.prettierrc.json - - name: Commiting + - name: Commiting + continue-on-error: true run: | git add . git config --global user.email "Bot@Blockception.com"