mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
ci: Debug
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
2220ef13c7
commit
1cf71ea5a7
@ -56,7 +56,9 @@ jobs:
|
|||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
name: [LABEL_REMOVE]
|
name: [LABEL_REMOVE]
|
||||||
})
|
})
|
||||||
} catch (error) {}
|
} catch (error) {
|
||||||
|
console.log(e)
|
||||||
|
}
|
||||||
|
|
||||||
label-lint-install:
|
label-lint-install:
|
||||||
name: Label lint and install status
|
name: Label lint and install status
|
||||||
@ -129,7 +131,9 @@ jobs:
|
|||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
name: [LABEL_REMOVE]
|
name: [LABEL_REMOVE]
|
||||||
})
|
})
|
||||||
} catch (error) {}
|
} catch (error) {
|
||||||
|
console.log(e)
|
||||||
|
}
|
||||||
|
|
||||||
- name: "Label install status"
|
- name: "Label install status"
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v4
|
||||||
@ -159,4 +163,6 @@ jobs:
|
|||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
name: [LABEL_REMOVE]
|
name: [LABEL_REMOVE]
|
||||||
})
|
})
|
||||||
} catch (error) {}
|
} catch (error) {
|
||||||
|
console.log(e)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user