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
6558012215
commit
a77147b7d0
@ -80,8 +80,9 @@ jobs:
|
||||
token: ${{ steps.get-app-token.outputs.token }}
|
||||
sourceRunId: ${{ github.event.workflow_run.id }}
|
||||
|
||||
- name: "Lint successful"
|
||||
- name: "Get workflow jobs"
|
||||
uses: actions/github-script@v4
|
||||
id: get-workflow-jobs
|
||||
with:
|
||||
github-token: ${{ steps.get-app-token.outputs.token }}
|
||||
script: |
|
||||
@ -90,7 +91,10 @@ jobs:
|
||||
repo: context.repo.repo,
|
||||
run_id: context.payload.workflow_run.id,
|
||||
});
|
||||
console.log(wfJobs)
|
||||
return wfJobs.jobs
|
||||
|
||||
- name: Get result
|
||||
run: echo "${{steps.get-workflow-jobs.outputs.result}}"
|
||||
|
||||
# # CI Passed
|
||||
# - name: "add label: ok"
|
||||
|
Loading…
Reference in New Issue
Block a user