Skip to content

Commit

Permalink
fixup! fixup! ci: Add workflow to update node dist files on main
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Sep 6, 2023
1 parent c202992 commit 29d27e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-dist-unchanged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: |
echo "One or more files in the js folder has changed. Do NOT commit files in there as they will be generated automatically once a pull request is merged"
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}"
exit 1

0 comments on commit 29d27e0

Please sign in to comment.