Correct input name
This commit is contained in:
parent
92e128b97c
commit
1f8fbf590a
|
@ -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: '/'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue