fix(action): conditions where always true #3

Merged
jalil merged 1 commit from fix-action into main 2024-12-15 20:50:43 +01:00
Showing only changes of commit 6e8072a14d - Show all commits

View file

@ -38,12 +38,12 @@ runs:
"$GITHUB_ACTION_PATH/create-report.sh"
- name: Upload Artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
if: inputs.generate-artifact
if: inputs.generate-artifact == 'true'
with:
path: size-report.md
name: inputs.artifact-name
name: ${{ inputs.artifact-name }}
- name: Upload Report
if: inputs.comment-on-pr
if: inputs.comment-on-pr == 'true'
run: |
set -eu