fix(action): typo

Should be working now ;-;
This commit is contained in:
Jalil David Salamé Messina 2024-12-19 23:07:14 +01:00
parent 39f58ee538
commit b0b4030759
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -70,7 +70,7 @@ runs:
- name: Create report
if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true'
env:
COMMENT: ${{ inputs.comment-on-pr == }}
COMMENT: ${{ inputs.comment-on-pr }}
ARTIFACT_NAME: ${{ inputs.artifact-name }}
DO_COMPARISON: ${{ inputs.do-comparison }}
BASE_BRANCH: ${{ inputs.base-branch }}