mirror of
https://github.com/primer/css.git
synced 2024-12-26 15:43:59 +03:00
github.actions
This commit is contained in:
parent
bccf54f3a7
commit
b61881061b
2
.github/workflows/deploy_preview.yml
vendored
2
.github/workflows/deploy_preview.yml
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user