Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
github.actions
  • Loading branch information
jonrohan committed Apr 6, 2021
commit b61881061b83c4feabf52f5a0bfe85cfeb7d2184
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const deployments = await actions.getPendingDeploymentsForRun({
const deployments = await github.actions.getPendingDeploymentsForRun({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: context.runId,
Expand Down