fix(action): typo
Should be working now ;-;
This commit is contained in:
parent
39f58ee538
commit
b0b4030759
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ runs:
|
||||||
- name: Create report
|
- name: Create report
|
||||||
if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true'
|
if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true'
|
||||||
env:
|
env:
|
||||||
COMMENT: ${{ inputs.comment-on-pr == }}
|
COMMENT: ${{ inputs.comment-on-pr }}
|
||||||
ARTIFACT_NAME: ${{ inputs.artifact-name }}
|
ARTIFACT_NAME: ${{ inputs.artifact-name }}
|
||||||
DO_COMPARISON: ${{ inputs.do-comparison }}
|
DO_COMPARISON: ${{ inputs.do-comparison }}
|
||||||
BASE_BRANCH: ${{ inputs.base-branch }}
|
BASE_BRANCH: ${{ inputs.base-branch }}
|
||||||
|
|
Loading…
Reference in a new issue