Skip to content

Commit

Permalink
Add event debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Jul 1, 2024
1 parent 2a214bf commit 05761a2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@ jobs:
files: programs/**

- name: Debug changes
env:
CHANGED_FILES: ${{steps.changed-installers.outputs.all_changed_files}}
run: |
echo ${{ steps.changed-installers.outputs.all_changed_files }}
echo "$CHANGED_FILES"
- name: Debug event
env:
EVENT_NAME: ${{github.event_name}}
EVENT: ${{github.event}}
run: |
echo "$EVENT_NAME"
echo "$EVENT"

0 comments on commit 05761a2

Please sign in to comment.