File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,15 +160,15 @@ jobs:
160
160
- name : Open a PR with the results
161
161
uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
162
162
with :
163
- commit-message : NFR Test Results for NGF version ${{ inputs.version }}${{ inputs.nginx_plus == ' true' && '(Plus)' || ''}}
163
+ commit-message : NFR Test Results for NGF version ${{ inputs.version }} ${{ inputs.nginx_plus == true && '(Plus)' || ''}}
164
164
author : ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
165
- branch : tests/nfr-tests-${{ inputs.version }}${{ inputs.nginx_plus == ' true' && '-plus' || ''}}
165
+ branch : tests/nfr-tests-${{ inputs.version }}${{ inputs.nginx_plus == true && '-plus' || ''}}
166
166
delete-branch : true
167
- title : NFR Test Results for NGF version ${{ inputs.version }}${{ inputs.nginx_plus == ' true' && '(Plus)' || ''}}
167
+ title : NFR Test Results for NGF version ${{ inputs.version }} ${{ inputs.nginx_plus == true && '(Plus)' || ''}}
168
168
add-paths : |
169
169
tests/results/
170
170
body : |
171
- Update with NFR test results for NGF version ${{ inputs.version }}${{ inputs.nginx_plus == ' true' && '(Plus)' || ''}}
171
+ Update with NFR test results for NGF version ${{ inputs.version }} ${{ inputs.nginx_plus == true && '(Plus)' || ''}}
172
172
- Auto-generated by the NFR tests workflow run ${{ github.run_id }}
173
173
- Tests ran using Docker image tag ${{ inputs.image_tag }}
174
174
- ${{ inputs.test_label }} test(s) ran
You can’t perform that action at this time.
0 commit comments