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
9616b91166
commit
2220ef13c7
@ -35,7 +35,7 @@ jobs:
|
||||
script: |
|
||||
var LABEL_ADD
|
||||
var LABEL_REMOVE
|
||||
if (${{ github.event.workflow_run.conclusion }} == 'success') {
|
||||
if ('${{ github.event.workflow_run.conclusion }}' == 'success') {
|
||||
LABEL_ADD = 'precommit:ok'
|
||||
LABEL_REMOVE = 'precommit:failed'
|
||||
} else {
|
||||
@ -108,7 +108,7 @@ jobs:
|
||||
script: |
|
||||
var LABEL_ADD
|
||||
var LABEL_REMOVE
|
||||
if (${{ fromJSON(steps.get-workflow-jobs.outputs.result).lint}} == 'success') {
|
||||
if ('${{ fromJSON(steps.get-workflow-jobs.outputs.result).lint}}' == 'success') {
|
||||
LABEL_ADD = 'lint:ok'
|
||||
LABEL_REMOVE = 'lint:failed'
|
||||
} else {
|
||||
@ -138,7 +138,7 @@ jobs:
|
||||
script: |
|
||||
var LABEL_ADD
|
||||
var LABEL_REMOVE
|
||||
if (${{ fromJSON(steps.get-workflow-jobs.outputs.result).install}} == 'success') {
|
||||
if ('${{ fromJSON(steps.get-workflow-jobs.outputs.result).install}}' == 'success') {
|
||||
LABEL_ADD = 'install:ok'
|
||||
LABEL_REMOVE = 'install:failed'
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user