Skip to content

Commit

Permalink
Merge pull request github#14852 from github/revert-14761-unbreak-repo…
Browse files Browse the repository at this point in the history
…-sync-by-fixing-the-staging-deploy-workflow

Revert "unbreak repo-sync by fixing the staging deploy workflow"
  • Loading branch information
rsese authored Jan 31, 2022
2 parents 54bfe19 + dd6a18f commit b8f11b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b8f11b6

Please sign in to comment.