We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c623064 commit 0779db6Copy full SHA for 0779db6
README.md
@@ -12,7 +12,7 @@ Put the following step in your workflow:
12
13
```yml
14
- name: Minio Deploy
15
-uses: iamapinan/minio-upload-and-slack-notify@v2.1
+uses: iamapinan/minio-upload-and-slack-notify@v2.2
16
with:
17
endpoint: ${{ secrets.MINIO_ENDPOINT }}
18
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/checkout@v1
48
49
50
- uses: iamapinan/minio-upload-and-slack-notify@v2.1
+ uses: iamapinan/minio-upload-and-slack-notify@v2.2
51
52
53
0 commit comments