1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 15:43:59 +03:00

github.actions

This commit is contained in:
Jon Rohan 2021-04-06 09:04:29 -07:00
parent bccf54f3a7
commit b61881061b
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -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,