Skip to content

Commit 0779db6

Browse files
authored
Update README.md
1 parent c623064 commit 0779db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Put the following step in your workflow:
1212

1313
```yml
1414
- name: Minio Deploy
15-
uses: iamapinan/minio-upload-and-slack-notify@v2.1
15+
uses: iamapinan/minio-upload-and-slack-notify@v2.2
1616
with:
1717
endpoint: ${{ secrets.MINIO_ENDPOINT }}
1818
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v1
4848

4949
- name: Minio Deploy
50-
uses: iamapinan/minio-upload-and-slack-notify@v2.1
50+
uses: iamapinan/minio-upload-and-slack-notify@v2.2
5151
with:
5252
endpoint: ${{ secrets.MINIO_ENDPOINT }}
5353
access_key: ${{ secrets.MINIO_ACCESS_KEY }}

0 commit comments

Comments
 (0)