Update README.md

This commit is contained in:
Tonye Jack
2023-09-08 20:41:04 -06:00
committed by GitHub
parent 81bb5d8954
commit e60a7a9173

View File

@@ -709,7 +709,7 @@ jobs:
- name: Run step if any file(s) in the .github folder change
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
echo "One or more files in the .github folder has changed."
echo "One or more files in the .github folder has been changed."
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
...
```