Skip to content

Investigate workflow job failing on main: test / test (job 1) #569926

Investigate workflow job failing on main: test / test (job 1)

Investigate workflow job failing on main: test / test (job 1) #569926

name: Format CodeCov Comment
on:
issue_comment:
types: [created, edited]
permissions:
pull-requests: write
jobs:
format-codecov-comment:
runs-on: blacksmith-2vcpu-ubuntu-2404
if: github.event.issue.pull_request && github.event.comment.user.login == 'codecov[bot]'
steps:
- name: Checkout
uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0
- name: Format CodeCov Comment
uses: ./.github/actions/javascript/formatCodeCovComment
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}