Skip to content

Commit d6b1516

Browse files
committed
Fix contexts.
1 parent 2bccc88 commit d6b1516

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/commit-built-file-changes.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)