Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 27, 2021
1 parent 4019c2f commit 4cfa220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
new.txt
test_directory
- name: Perform action when test_directory changes
if: contains(steps.verify_changed_files.outputs.verify_changed_files, 'test_directory')
if: contains(steps.verify_changed_files.outputs.changed_files, 'test_directory')
run: |
echo "test_directory has changed."
```
Expand Down

0 comments on commit 4cfa220

Please sign in to comment.