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 6bebd7f commit 7bf3238
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ jobs:
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: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# detached: true
# timeout-minutes: 5

- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Check Commits
uses: giner/check-commits@358edf572b8aa3644621f3761b531603d91df0a3 # v1.0.0
Expand Down

0 comments on commit 7bf3238

Please sign in to comment.