Skip to content

Commit 6a93797

Browse files
authored
debug [gha-debug] that gha
1 parent 6b9459a commit 6a93797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "COMMIT_MESSAGE_HEADER=${COMMIT_MESSAGE_HEADER}" >> $GITHUB_ENV
9696
9797
- name: Setup tmate debug session
98-
if: ${{ endsWith(env.COMMIT_MESSAGE_HEADER, '[gha-debug]') }}
98+
if: ${{ contains(env.COMMIT_MESSAGE_HEADER, '[gha-debug]') }}
9999
uses: mxschmitt/action-tmate@v3
100100
with:
101101
detached: true

0 commit comments

Comments
 (0)