ci: Debug

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-24 14:58:31 +02:00
parent 8276fa44bf
commit 6558012215
No known key found for this signature in database
GPG Key ID: 228A77789D71A6E2

View File

@ -85,7 +85,7 @@ jobs:
with:
github-token: ${{ steps.get-app-token.outputs.token }}
script: |
const wfJobs = github.actions.listJobsForWorkflowRun({
const wfJobs = await github.actions.listJobsForWorkflowRun({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: context.payload.workflow_run.id,