mirror of
https://github.com/lovellfelix/minio-deploy-action.git
synced 2025-12-11 11:41:15 +00:00
Update README.md
This commit is contained in:
@@ -10,7 +10,7 @@ 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 }}
|
||||||
@@ -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