Skip to content

Commit

Permalink
Check github.event.pull_request.head
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Jun 21, 2023
1 parent e07b010 commit 6c6fb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- run: |
echo "${{ toJSON(steps.branch-name.outputs) }}"
echo "${{ toJSON(github.event.pull_request) }}"
echo "${{ toJSON(github.event.pull_request.head) }}"
echo "${{ github.repository }}"
echo "${{ github.repository_owner }}"
echo "${{ github.repositoryUrl }}"
Expand Down

0 comments on commit 6c6fb20

Please sign in to comment.