Update README.md

This commit is contained in:
Tonye Jack
2023-09-08 20:43:21 -06:00
committed by GitHub
parent e60a7a9173
commit fe0fb71961

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 been changed."
echo "One or more files in the .github folder has changed."
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
...
```