Skip to content

Commit 28d309d

Browse files
committed
👷 fixed bug
1 parent eb3a2ec commit 28d309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
fetch-tags: true
1919
ref: ${{ inputs.ref }}
2020

21-
- if: inputs.Checkout == 'true'
21+
- if: inputs.uploadCheckout == 'true'
2222
name: Upload Repository
2323
uses: actions/upload-artifact@v4
2424
with:

0 commit comments

Comments
 (0)