Skip to content

Commit 692793d

Browse files
committed
fix
1 parent 3e28f21 commit 692793d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/actions/mergify-insights/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ runs:
2525
token: ${{ inputs.token }}
2626
report_path: junit.xml
2727
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- run: go test -v -race ./... 2>&1 | tee test.output
3535

36-
- uses: ./.github/workflows/test-report
36+
- uses: ./.github/actions/mergify-insights
3737
with:
3838
job_name: ${{ github.job }}-${{ matrix.os }}
3939
token: ${{ secrets.MERGIFY_TOKEN }}

0 commit comments

Comments
 (0)