Skip to content

Commit

Permalink
It is that difficult. [gha-debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise authored Oct 10, 2024
1 parent 9a6944d commit 38bc338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "COMMIT_MESSAGE_HEADER=${COMMIT_MESSAGE_HEADER}" >> $GITHUB_ENV
- name: Setup tmate debug session
if: ${{ endsWith( ${{ env.COMMIT_MESSAGE_HEADER }} , '[gha-debug]') }}
if: ${{ endsWith(env.COMMIT_MESSAGE_HEADER, '[gha-debug]') }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
with:
Expand Down

0 comments on commit 38bc338

Please sign in to comment.