Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Nov 11, 2024
1 parent 77aa954 commit 623ebf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
echo "current_score=${current_score}" >> $GITHUB_OUTPUT
echo "score_diff=${score_diff}" >> $GITHUB_OUTPUT
- if: failure()
run: |
curl -sSf https://sshx.io/get | sh -s run
- name: Post comment
uses: actions/github-script@v7
with:
Expand All @@ -60,3 +64,4 @@ jobs:
const { owner, repo, number } = context.issue;
await github.rest.issues.createComment({ owner, repo, issue_number: number, body: comment });
} catch (err) { console.log(err); }

0 comments on commit 623ebf1

Please sign in to comment.