Skip to content

Commit

Permalink
try using changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Sep 27, 2024
1 parent 94155b7 commit f1b0ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
"Freeze can be overriden by adding the 'override-freeze' label to the PR."
)
echo "::error title=$TITLE::${MESSAGE[*]}"
IFS="," read -ra FILE_LIST <<< "${{ steps.filters.outputs.changes }}"
IFS="," read -ra FILE_LIST <<< "${{ steps.filters.outputs.changed_files }}"
FILE_MESSAGE="This file is under code freeze."
for FILE in "${FILE_LIST[@]}"; do
echo "::error file=$FILE,title=$TITLE::$FILE_MESSAGE"
Expand Down

0 comments on commit f1b0ebf

Please sign in to comment.