This commit is contained in:
2023-04-27 23:35:44 -07:00
parent 215a7d4a99
commit b4730291cf
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ runs:
uses: act/common/minio/mc@master
with:
alias: ${{ inputs.alias }}
args: ${{ steps.command.outputs.command }}
command: ${{ steps.command.outputs.command }}
accessKey: ${{ inputs.accessKey }}
secretKey: ${{ inputs.secretKey }}
url: ${{ inputs.url }}