1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Merge branch 'main' into dependabot-graph-actions

This commit is contained in:
Sarita Iyer
2022-01-31 13:06:32 -05:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ jobs:
// the API for more info based on the originating workflow run
const { BUILD_ACTIONS_RUN_ID } = process.env
const { owner, repo } = context.repo
const { data: run } = await github.rest.actions.getWorkflowRun({
const { data: run } = await github.actions.getWorkflowRun({
owner,
repo,
run_id: BUILD_ACTIONS_RUN_ID,