Skip to content

Commit

Permalink
Fix event debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Jul 1, 2024
1 parent 05761a2 commit 75ede40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
list_changes:
name: List changed installers
runs-on: ubuntu-latest
outputs:
installers: ${{ steps.list_step.outputs.installers}}
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -29,7 +27,7 @@ jobs:
- name: Debug event
env:
EVENT_NAME: ${{github.event_name}}
EVENT: ${{github.event}}
EVENT: ${{toJson(github.event)}}
run: |
echo "$EVENT_NAME"
echo "$EVENT"

0 comments on commit 75ede40

Please sign in to comment.