mirror of
https://github.com/lovellfelix/minio-deploy-action.git
synced 2025-12-10 11:11:14 +00:00
Update README.md
This commit is contained in:
20
README.md
20
README.md
@@ -10,15 +10,15 @@ Put the following step in your workflow:
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
- name: Minio Deploy
|
- name: Minio Deploy
|
||||||
uses: hkdobrev/minio-deploy-action@v1
|
uses: lovellfelix/minio-deploy-action@v1
|
||||||
with:
|
with:
|
||||||
endpoint: ${{ secrets.MINIO_ENDPOINT }}
|
endpoint: ${{ secrets.MINIO_ENDPOINT }}
|
||||||
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'
|
||||||
# Optional inputs with their defaults:
|
# Optional inputs with their defaults:
|
||||||
source_dir: 'public'
|
source_dir: 'public'
|
||||||
target_dir: '/'
|
target_dir: '/'
|
||||||
```
|
```
|
||||||
|
|
||||||
Workflow example:
|
Workflow example:
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Minio Deploy
|
- name: Minio Deploy
|
||||||
uses: hkdobrev/minio-deploy-action@v1
|
uses: lovellfelix/minio-deploy-action@v1
|
||||||
with:
|
with:
|
||||||
endpoint: ${{ secrets.MINIO_ENDPOINT }}
|
endpoint: ${{ secrets.MINIO_ENDPOINT }}
|
||||||
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
|
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user