Skip to content

Commit e24b1b5

Browse files
authored
fix: runner temp reference in interpolated context (#22309)
1 parent 800ec51 commit e24b1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging-deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
workflow: ${{ github.event.workflow_run.workflow_id }}
322322
run_id: ${{ env.BUILD_ACTIONS_RUN_ID }}
323323
name: pr_build
324-
path: ${{ env.RUNNER_TEMP }}
324+
path: ${{ runner.temp }}
325325

326326
- name: Extract user-changes to temp directory
327327
run: |

0 commit comments

Comments
 (0)