We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3a2ec commit 28d309dCopy full SHA for 28d309d
action.yml
@@ -18,7 +18,7 @@ runs:
18
fetch-tags: true
19
ref: ${{ inputs.ref }}
20
21
- - if: inputs.Checkout == 'true'
+ - if: inputs.uploadCheckout == 'true'
22
name: Upload Repository
23
uses: actions/upload-artifact@v4
24
with:
0 commit comments