Skip to content

Commit

Permalink
Write to file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Aug 23, 2024
1 parent 965f426 commit 71bc78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo ${ALL_CHANGED_FILES}
echo ${ALL_CHANGED_FILES} > change_files.txt
cat change_files.txt
- name: Check watch files
id: check_watch
Expand Down

0 comments on commit 71bc78b

Please sign in to comment.