Skip to content

Commit

Permalink
(actions) fix conditional check
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Jun 20, 2021
1 parent d742aca commit ebe309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test
run: npm test
- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ github.event_name == 'push' && github.ref == 'develop' && matrix.node_version == 16 }}
if: ${{ github.event_name == 'push' && github.ref == 'develop' && matrix.node_version == '16' }}
with:
commit_message: Update Build
file_pattern: 'build/*.js'

0 comments on commit ebe309c

Please sign in to comment.