We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e28f21 commit 692793dCopy full SHA for 692793d
.github/actions/mergify-insights/action.yml
@@ -25,6 +25,3 @@ runs:
25
token: ${{ inputs.token }}
26
report_path: junit.xml
27
job_name: ${{ inputs.job_name }}
28
- # NOTE: only for testing Mergify CI insights
29
- env:
30
- GITHUB_REF_NAME: main
.github/workflows/ci-insights.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- run: go test -v -race ./... 2>&1 | tee test.output
35
36
- - uses: ./.github/workflows/test-report
+ - uses: ./.github/actions/mergify-insights
37
with:
38
job_name: ${{ github.job }}-${{ matrix.os }}
39
token: ${{ secrets.MERGIFY_TOKEN }}
0 commit comments