Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 12, 2022
1 parent 4717fbf commit cc8c5e7
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 @@ -90,7 +90,7 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
echo "One or more files in the docs folder has changed."
echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}"
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
```

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

0 comments on commit cc8c5e7

Please sign in to comment.