Skip to content

Commit b2d7b81

Browse files
authored
chore: add support for job name (#44)
1 parent 3750a38 commit b2d7b81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ inputs:
88
token:
99
required: true
1010
description: Mergify CI token
11+
job_name:
12+
description: |
13+
Override the job name, must be used in case of matrix job to avoid
14+
having the same name for all jobs
1115
report_path:
1216
required: true
1317
description: Path of the files to upload
@@ -33,6 +37,7 @@ runs:
3337
env:
3438
MERGIFY_API_URL: ${{ inputs.mergify_api_url }}
3539
MERGIFY_TOKEN: ${{ inputs.token }}
40+
MERGIFY_JOB_NAME: ${{ inputs.job_name }}
3641
FILES: ${{ inputs.report_path }}
3742
run: |
3843
set -x -e

0 commit comments

Comments
 (0)