Skip to content

Commit

Permalink
Don't skip www commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Jun 3, 2024
1 parent 5ad2c37 commit b421783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
echo ":"
git status -u
- name: Commit changes to branch
if: false && steps.check_should_commit.outputs.should_commit == 'true'
if: steps.check_should_commit.outputs.should_commit == 'true'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: |
Expand Down

0 comments on commit b421783

Please sign in to comment.