Skip to content

Commit

Permalink
Revert env echo
Browse files Browse the repository at this point in the history
  • Loading branch information
richchurcher committed Sep 19, 2024
1 parent 7a11229 commit 9fac185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
change_detected=false
for check_file in $(find '${{ env.REPO }}' -type f -name '*.check'); do
for check_file in $(find "{$REPO}" -type f -name '*.check'); do
generated_file="${check_file%.check}"
if ! diff "${check_file}" "${generated_file}"; then
echo "File ${generated_file} has changed from ${generated_file}.template:"
Expand Down

0 comments on commit 9fac185

Please sign in to comment.