ci: Debug

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-24 16:43:49 +02:00
parent 83b431aab9
commit 9616b91166
No known key found for this signature in database
GPG Key ID: 228A77789D71A6E2

View File

@ -56,10 +56,7 @@ 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
@ -132,10 +129,7 @@ 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
@ -165,7 +159,4 @@ jobs:
repo: context.repo.repo, repo: context.repo.repo,
name: [LABEL_REMOVE] name: [LABEL_REMOVE]
}) })
} } catch (error) {}
} catch (error) {
console.log(e);
}