Skip to content

Commit

Permalink
debug 'System file changes' pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Mar 23, 2021
1 parent 8fa52d9 commit 0286274
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/system-file-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
echo ${{ github.actor }}
echo "Repository owner?"
echo ${{ github.repository_owner }}
echo ${{ toJson(github.event.pull_request) }}
echo "PR owner?"
echo ${{ github.event.pull_request.owner }}
echo "PR repo?"
echo ${{ github.event.pull_request.repo }}
# XXX This is temporarily commented out until we understand better
# how to actually works. We need to test what happens when
Expand Down

0 comments on commit 0286274

Please sign in to comment.