summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-10 16:01:28 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-10 16:01:28 +0100
commit7ffe0f6c57852bf45654373362bff99f94176810 (patch)
tree1f143918ba4a10020756153ccb00115853a01223
parentea906064fcecd66c4ea5ffa056741cff130d7552 (diff)
Solve issue when no change in the WebUI build process
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index b5eaa05a..147546df 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -41,5 +41,5 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git add glances/outputs/static
- git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
+ /bin/bash -c "git commit -m '${{ env.CI_COMMIT_MESSAGE }}' || true"
git push