Skip to content

Commit

Permalink
[ci] Format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and My GitHub Actions Bot committed May 24, 2024
1 parent 63ffad6 commit c7d44d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
commit_message: '[ci] Format changes'
skip_dirty_check: true

- name: "Run if changes have been detected"
- name: 'Run if changes have been detected'
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "Changes!"

- name: "Run if no changes have been detected"
- name: 'Run if no changes have been detected'
if: steps.auto-commit-action.outputs.changes_detected == 'false'
run: echo "No Changes!"

0 comments on commit c7d44d5

Please sign in to comment.