mirror of
https://github.com/lovellfelix/minio-deploy-action.git
synced 2025-12-10 11:11:14 +00:00
Correct input name
This commit is contained in:
@@ -17,7 +17,7 @@ with:
|
|||||||
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
|
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
|
||||||
bucket: 'mybucket'
|
bucket: 'mybucket'
|
||||||
# Optional inputs with their defaults:
|
# Optional inputs with their defaults:
|
||||||
source_dit: 'public'
|
source_dir: 'public'
|
||||||
target_dir: '/'
|
target_dir: '/'
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
|
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
|
||||||
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
|
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
|
||||||
bucket: 'mybucket'
|
bucket: 'mybucket'
|
||||||
source_dit: 'public'
|
source_dir 'public'
|
||||||
target_dir: '/'
|
target_dir: '/'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user