fix(action): conditions where always true
Why tho T-T
This commit is contained in:
parent
02a57089f5
commit
6e8072a14d
1 changed files with 3 additions and 3 deletions
|
@ -38,12 +38,12 @@ runs:
|
||||||
"$GITHUB_ACTION_PATH/create-report.sh"
|
"$GITHUB_ACTION_PATH/create-report.sh"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
if: inputs.generate-artifact
|
if: inputs.generate-artifact == 'true'
|
||||||
with:
|
with:
|
||||||
path: size-report.md
|
path: size-report.md
|
||||||
name: inputs.artifact-name
|
name: ${{ inputs.artifact-name }}
|
||||||
- name: Upload Report
|
- name: Upload Report
|
||||||
if: inputs.comment-on-pr
|
if: inputs.comment-on-pr == 'true'
|
||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue