Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 3, 2024
1 parent 569aff5 commit 816477f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}"

0 comments on commit 816477f

Please sign in to comment.