fix(action): typo

Its inputs not input T-T, why is this so annoying.
This commit is contained in:
Jalil David Salamé Messina 2024-12-15 20:47:16 +01:00
parent 0a4023cf72
commit 02a57089f5
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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: input.generate-artifact if: inputs.generate-artifact
with: with:
path: size-report.md path: size-report.md
name: input.artifact-name name: inputs.artifact-name
- name: Upload Report - name: Upload Report
if: input.comment-on-pr if: inputs.comment-on-pr
run: | run: |
set -eu set -eu