ci: Debug

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

View File

@ -86,7 +86,7 @@ jobs:
with:
github-token: ${{ steps.get-app-token.outputs.token }}
script: |
let result: {[key: string]: string} = {}
var result: Record<string,string> = {}
const wfJobs = await github.actions.listJobsForWorkflowRun({
owner: context.repo.owner,
@ -102,6 +102,7 @@ jobs:
}
}
console.log(result)
return result
- name: Get result