We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e2fdc commit 02ea91aCopy full SHA for 02ea91a
.github/workflows/commit-built-file-changes.yml
@@ -87,8 +87,8 @@ jobs:
87
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
88
if: ${{ steps.artifact-check.outputs.exists == 'true' }}
89
with:
90
- repository: ${{ github.event.workflow_run.repository.full_name }}
91
- ref: ${{ github.event.workflow_run.head_branch }}
+ repository: ${{ github.event.workflow_run.pull_request.head.repo.full_name }}
+ ref: ${{ github.event.workflow_run.pull_request.head_branch }}
92
path: 'pr-repo'
93
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
94
0 commit comments