We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3750a38 commit b2d7b81Copy full SHA for b2d7b81
action.yml
@@ -8,6 +8,10 @@ inputs:
8
token:
9
required: true
10
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
15
report_path:
16
17
description: Path of the files to upload
@@ -33,6 +37,7 @@ runs:
33
37
env:
34
38
MERGIFY_API_URL: ${{ inputs.mergify_api_url }}
35
39
MERGIFY_TOKEN: ${{ inputs.token }}
40
+ MERGIFY_JOB_NAME: ${{ inputs.job_name }}
36
41
FILES: ${{ inputs.report_path }}
42
run: |
43
set -x -e
0 commit comments