Skip to content

Commit

Permalink
revert: "ci: fix verify-changed-files GHA security advisory" (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Jan 10, 2024
1 parent c63d86f commit 61bd0a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ jobs:
**/*
- name: Fail job is any changed files
if: steps.verify-changed-files.outputs.files_changed == 'true'
env:
CHANGED_FILES: ${{ steps.verify-changed-files.outputs.changed_files }}
run: |
errorMsg="::error::\
Changed files: $CHANGED_FILES\
Changed files: ${{ steps.verify-changed-files.outputs.changed_files }}\
\nPlease run 'make generate-all' locally and commit the changes"
echo -e "$errorMsg" && exit 1
test:
Expand Down

0 comments on commit 61bd0a9

Please sign in to comment.