Skip to content

Commit

Permalink
test changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jul 28, 2021
1 parent 9ab1848 commit 4339def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ jobs:
uses: jitterbit/get-changed-files@v1
- name: Changed files list
run: |
echo Modified
echo ${{ join(steps.files.outputs.modified , '\n') }}
for changed_file in ${{ steps.files.outputs.modified }}; do
echo "M ${changed_file}."
done
Expand Down

0 comments on commit 4339def

Please sign in to comment.