Skip to content

Commit

Permalink
debug 'System file changes' pull_request event (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Mar 23, 2021
1 parent 0286274 commit 224dda2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/system-file-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
echo ${{ github.actor }}
echo "Repository owner?"
echo ${{ github.repository_owner }}
echo "PR owner?"
echo ${{ github.event.pull_request.owner }}
echo "PR repo?"
echo ${{ github.event.pull_request.repo }}
echo "PR head?"
echo ${{ github.event.pull_request.head }}
echo "PR base?"
echo ${{ github.event.pull_request.base }}
# 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 224dda2

Please sign in to comment.