From 816477f47ca5b62a1b7166bcf79ff72f36ff1f4c Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:15:13 -0400 Subject: [PATCH] patch --- .github/workflows/debug.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml index 58ed4febc..f00e5d473 100644 --- a/.github/workflows/debug.yaml +++ b/.github/workflows/debug.yaml @@ -26,9 +26,17 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest steps: + # NOTE: for debugging CI this allow shell access to github runner. Will print out tmate.io terminal url + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true + timeout-minutes: 5 + - name: Check out code uses: actions/checkout@v3 + # - name: Get branch name # id: get_branch # uses: actions/github-script@v6 @@ -60,5 +68,5 @@ jobs: run: | echo $HAS_BREAKING_COMMIT - echo Branch name inside check: ${{ steps.get_branch.outputs.branch }} + echo Branch name inside check: ${{ github.head_ref }} echo env.HAS_BREAKING_COMMIT ${{ env.HAS_BREAKING_COMMIT }}"