Skip to content

Commit

Permalink
Changed bash file name so lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC authored Sep 19, 2024
1 parent fcd6b4e commit f1c3bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_copied_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "One or more files in the folder has changed."
echo "Files that have changed: $ALL_CHANGED_FILES"
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
if [[ ${PWD}/scripts/PR_Check_Copy.sh $file == 'false' ]]; then
if [[ $(${PWD}/scripts/pr_check_copy.sh $file) == 'false' ]]; then
echo "result=false" >> "$GITHUB_OUTPUT"
break;
else
Expand Down

0 comments on commit f1c3bbf

Please sign in to comment.