We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64ef19 commit fc4b53bCopy full SHA for fc4b53b
.github/workflows/commit-built-file-changes.yml
@@ -87,7 +87,7 @@ 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 }}
+ repository: ${{ github.event.workflow_run.head_repository.full_name }}
91
ref: ${{ github.event.workflow_run.head_branch }}
92
path: 'pr-repo'
93
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
0 commit comments