Don't skip www commit
Rick Hanlon committed
Jun 3, 2024 at 10:21 UTC
b421783110fb20f139adf4c4f9a8911dc63f9c68
1 file changed
+1
-1
.github/workflows/commit_artifacts.yml
+1
-1
@@ -286,7 +286,7 @@ jobs:
286
echo ":"
287
git status -u
288
- name: Commit changes to branch
289
- if: false && steps.check_should_commit.outputs.should_commit == 'true'
289
+ if: steps.check_should_commit.outputs.should_commit == 'true'
290
uses: stefanzweifel/git-auto-commit-action@v4
291
with:
292
commit_message: |