mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci: Debug
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
60f4945c27
commit
b6e68e7ea6
@ -85,6 +85,7 @@ jobs:
|
|||||||
id: get-workflow-jobs
|
id: get-workflow-jobs
|
||||||
with:
|
with:
|
||||||
github-token: ${{ steps.get-app-token.outputs.token }}
|
github-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
debug: true
|
||||||
script: |
|
script: |
|
||||||
let result = new Map()
|
let result = new Map()
|
||||||
|
|
||||||
@ -102,10 +103,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return result
|
||||||
lint: result.get('lint')
|
|
||||||
install: result.get('install')
|
|
||||||
}
|
|
||||||
|
|
||||||
- name: Get result
|
- name: Get result
|
||||||
run: echo "${{steps.get-workflow-jobs.outputs.result.lint}}"
|
run: echo "${{steps.get-workflow-jobs.outputs.result.lint}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user