Skip to content

covector comment on forks #5

covector comment on forks

covector comment on forks #5

name: Covector Comment
on:
workflow_run:
workflows: [covector]
types:
- completed
jobs:
download:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success' && (github.event.workflow_run.repository.full_name != github.repository || github.actor == 'dependabot[bot]')
steps:
- run: echo ${{ github.event.workflow_run.conclusion }}
- run: echo ${{ github.event.workflow_run.repository.full_name }}
- run: echo ${{ github.repository }}
- run: echo ${{ github.actor }}
- name: covector status
uses: jbolda/covector/packages/action@main
id: covector
if: github.event.workflow_run.conclusion == 'success' && (github.event.workflow_run.repository.full_name != github.repository || github.actor == 'dependabot[bot]')
with:
command: "status"