From b2750c5f5f9b665cc7caa238ec2a2816baf8e967 Mon Sep 17 00:00:00 2001 From: "Brett C. Dudo" Date: Tue, 12 Nov 2024 00:56:08 -0800 Subject: [PATCH] comment --- .github/workflows/transient_up.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/transient_up.yml b/.github/workflows/transient_up.yml index 276542c..b85bf39 100644 --- a/.github/workflows/transient_up.yml +++ b/.github/workflows/transient_up.yml @@ -21,6 +21,10 @@ jobs: with: github-token: ${{ secrets.PAT }} script: | + console.log("GITHUB"); + console.log(github); + console.log("CONTEXT"); + console.log(context); const response = await github.rest.repos.createDeployment({ owner: context.repo.owner, repo: context.repo.repo,