From 039fca343e608d89a2713cf2c7da5bd814d99e62 Mon Sep 17 00:00:00 2001 From: Alyssa Baum Date: Tue, 16 Apr 2024 17:45:25 -0400 Subject: [PATCH] debug --- .github/workflows/ci.yml | 1 + src/main.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cf2e63..681922d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: push: branches: - main + workflow_dispatch: permissions: actions: write diff --git a/src/main.ts b/src/main.ts index bbe0dc5..f48ff22 100644 --- a/src/main.ts +++ b/src/main.ts @@ -36,6 +36,7 @@ async function requestAndCancelWorkflow({ endpoint: string timeout: string }): Promise { + console.log(github.context) const { repo: { owner, repo } } = github.context @@ -77,7 +78,7 @@ async function requestAndCancelWorkflow({ if (result.status !== 200) { core.warning( - 'Response returned a non-200 status. Skipping Graphite checks.' + 'Response returned a non-200 status! Skipping Graphite checks.' ) return }