We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad2c37 commit b421783Copy full SHA for b421783
.github/workflows/commit_artifacts.yml
@@ -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'
+ if: steps.check_should_commit.outputs.should_commit == 'true'
290
uses: stefanzweifel/git-auto-commit-action@v4
291
with:
292
commit_message: |
0 commit comments