We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b678e4c commit 54bfe19Copy full SHA for 54bfe19
.github/workflows/staging-deploy-pr.yml
@@ -71,7 +71,7 @@ jobs:
71
// the API for more info based on the originating workflow run
72
const { BUILD_ACTIONS_RUN_ID } = process.env
73
const { owner, repo } = context.repo
74
- const { data: run } = await github.actions.getWorkflowRun({
+ const { data: run } = await github.rest.actions.getWorkflowRun({
75
owner,
76
repo,
77
run_id: BUILD_ACTIONS_RUN_ID,
0 commit comments