Skip to content

Commit

Permalink
Merge pull request #8 from tj-actions/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tonye Jack committed Aug 27, 2020
2 parents 1c8b6b4 + 109467e commit 28c7b8d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# .....................
# Make changes to files
# .....................
- name: Change text file
run: |
echo "Modified" > new.txt
- name: Change file in directory
run: |
echo "Changed" > test_directory/new.txt
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v5
id: changed_files
with:
files: |
test.png
new.txt
test_directory
- name: Perform action when files change.
Expand Down

0 comments on commit 28c7b8d

Please sign in to comment.