File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555 uses : ./
5656 with :
5757 token : fake-valid-token
58- report_paths : zfixtures/junit_example .xml
58+ report_path : zfixtures/* .xml
5959 mergify_api_url : http://localhost:1080
6060
6161 - name : Get job ID
8383 uses : ./
8484 with :
8585 token : fake-valid-token
86- report_paths : zfixtures/junit_example.xml
86+ report_path : zfixtures/junit_example.xml
8787 mergify_api_url : http://localhost:1085
8888
8989 - name : Dump mockserver logs
Original file line number Diff line number Diff line change 88 token :
99 required : true
1010 description : Mergify CI token
11- report_paths :
11+ report_path :
1212 required : true
13- description : Paths of the files to upload
13+ description : Path of the files to upload
1414 mergify_api_url :
1515 required : false
1616 description : URL of the Mergify API
3333 env :
3434 MERGIFY_API_URL : ${{ inputs.mergify_api_url }}
3535 MERGIFY_TOKEN : ${{ inputs.token }}
36- FILES : ${{ inputs.report_paths }}
36+ FILES : ${{ inputs.report_path }}
3737 run : |
3838 set -x -e
39- mergify ci junit-upload " ${FILES}"
39+ mergify ci junit-upload ${FILES}
You can’t perform that action at this time.
0 commit comments