Skip to content

Commit a31e2c5

Browse files
authored
Update ci.yml [gha-debug]
1 parent bc0a686 commit a31e2c5

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=${COMMIT_MESSAGE}" >> $GITHUB_ENV
9696
9797
- name: Setup tmate debug session
98-
if: ${{ contains(env.COMMIT_MESSAGE_HEADER, '[gha-debug]') }}
98+
if: ${{ contains(env.COMMIT_MESSAGE, '[gha-debug]') }}
9999
uses: mxschmitt/action-tmate@v3
100100
with:
101101
detached: true

0 commit comments

Comments
 (0)