Skip to content

Commit

Permalink
Debugging create pr wf
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jun 7, 2024
1 parent 97d6431 commit 544be9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: Create PR with external dependency
runs-on: ubuntu-latest
steps:
- name: get the owner of the head repository
run: echo ${{ toJson(github.event.pull_request) }}"

- name: Verify Event and set env
env:
PR_BRANCH: ${{ github.event.client_payload.branch }}
Expand Down

0 comments on commit 544be9e

Please sign in to comment.