Skip to content

Commit 54bfe19

Browse files
authored
unbreak repo-sync by fixing the staging deploy workflow (#14761)
1 parent b678e4c commit 54bfe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
// the API for more info based on the originating workflow run
7272
const { BUILD_ACTIONS_RUN_ID } = process.env
7373
const { owner, repo } = context.repo
74-
const { data: run } = await github.actions.getWorkflowRun({
74+
const { data: run } = await github.rest.actions.getWorkflowRun({
7575
owner,
7676
repo,
7777
run_id: BUILD_ACTIONS_RUN_ID,

0 commit comments

Comments
 (0)