Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 29, 2023
1 parent e302902 commit bc950d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Verify that certain files or directories did or did not change during the workfl
env:
CHANGED_FILES: ${{ steps.verify-changed-files.outputs.changed_files }}
run: |
echo "Changed files: $FILES_CHANGED"
echo "Changed files: $CHANGED_FILES"
# Outputs: "Changed files: new.txt test_directory/new.txt"
```

Expand Down Expand Up @@ -106,7 +106,7 @@ Verify that certain files or directories did or did not change during the workfl
env:
CHANGED_FILES: ${{ steps.verify-changed-files.outputs.changed_files }}
run: |
echo "Changed files: $FILES_CHANGED"
echo "Changed files: $CHANGED_FILES"
```

If you feel generous and want to show some extra appreciation:
Expand Down

0 comments on commit bc950d8

Please sign in to comment.