ci: Debug

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

View File

@ -85,6 +85,7 @@ jobs:
id: get-workflow-jobs
with:
github-token: ${{ steps.get-app-token.outputs.token }}
debug: true
script: |
let result = new Map()
@ -102,10 +103,7 @@ jobs:
}
}
return {
lint: result.get('lint')
install: result.get('install')
}
return result
- name: Get result
run: echo "${{steps.get-workflow-jobs.outputs.result.lint}}"