Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 12, 2021
1 parent 85302f4 commit 51b3433
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
.(py|jpeg)$
.(sql)$
^(mynewfile|custom)
- name: Display changed files
if: steps.changed_files.outputs.files_changed == 'true'
run: |
echo "Changed files: ${{ steps.changed_files.outputs.changed_files }}" # Outputs: test_directory/new.txt
- name: Perform action when files change.
if: steps.changed_files.outputs.files_changed == 'true'
run: |
Expand Down

0 comments on commit 51b3433

Please sign in to comment.