Correct input name
This commit is contained in:
parent
92e128b97c
commit
1f8fbf590a
|
@ -17,7 +17,7 @@ with:
|
|||
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
|
||||
bucket: 'mybucket'
|
||||
# Optional inputs with their defaults:
|
||||
source_dit: 'public'
|
||||
source_dir: 'public'
|
||||
target_dir: '/'
|
||||
```
|
||||
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
|
||||
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
|
||||
bucket: 'mybucket'
|
||||
source_dit: 'public'
|
||||
source_dir 'public'
|
||||
target_dir: '/'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue