aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index b5f4951..ff4aa95 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -49,7 +49,7 @@ jobs:
- name: Format and commit code if needed
run: |
yarn format
- git commit -am "Automatically format code"
+ git commit -am "Automatically format code" || true
- name: Push changes
uses: ad-m/github-push-action@master
with: