3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-19 05:23:48 +00:00

chore: fixed typo.

This commit is contained in:
Tonye Jack 2022-11-01 15:33:17 -06:00
parent bcba9b1fee
commit 23c0e1a9b3

View file

@ -29,7 +29,7 @@ jobs:
- name: README.md changed
if: steps.verify_changed_files.outputs.files_changed == 'true'
run: |
echo "README.md has uncommited changes"
echo "README.md has uncommitted changes"
exit 1
- name: Create Pull Request