File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
39
39
- name : Run reviewdog ${{ matrix.tool }}
40
40
env :
41
41
REVIEWDOG_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
- CI_PULL_REQUEST : ${{ github.event.pull_request [0].number }}
42
+ CI_PULL_REQUEST : ${{ github.event.workflow_run.pull_requests [0].number }}
43
43
CI_REPO_OWNER : ${{ github.repository_owner }}
44
44
CI_REPO_NAME : ${{ github.event.repository.name }}
45
- CI_COMMIT : ${{ github.event.workflow_run.pull_requests[0].head.repo }}
45
+ CI_COMMIT : ${{ github.event.workflow_run.pull_requests[0].head.sha }}
46
46
run : echo reports/${{ matrix.tool }}-reviewdog.out | reviewdog -tee -reporter=github-pr-review -name=${{ matrix.tool }} -efm="${{ matrix.error-format }}"
47
47
danger-check :
48
48
if : github.event_name == 'pull_request_target'
62
62
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63
63
upload-coverage :
64
64
runs-on : ubuntu-latest
65
- if : github.event.workflow_run.actor.name != 'dependabot[bot]' && github.repository == 'OptimumCode/json-schema-validator' && github. event.workflow_run.conclusion == 'success'
65
+ if : github.event.workflow_run.actor.name != 'dependabot[bot]' && github.event.workflow_run.conclusion == 'success'
66
66
steps :
67
67
- name : ' Checkout Repository'
68
68
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments