File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,12 @@ jobs:
8383 if : ${{ steps.artifact-check.outputs.exists == 'true' }}
8484 run : unzip pr-built-file-changes.zip
8585
86- - run : echo '${{ toJSON(github.event.workflow_run) }}'
87-
8886 - name : Checkout repository
8987 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9088 if : ${{ steps.artifact-check.outputs.exists == 'true' }}
9189 with :
92- repository : ${{ github.event.workflow_run.pull_request.head.repo .full_name }}
93- ref : ${{ github.event.workflow_run.pull_request. head_branch }}
90+ repository : ${{ github.event.workflow_run.head_repository .full_name }}
91+ ref : ${{ github.event.workflow_run.head_branch }}
9492 path : ' pr-repo'
9593 show-progress : ${{ runner.debug == '1' && 'true' || 'false' }}
9694
You can’t perform that action at this time.
0 commit comments