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 c734618 commit 580e718Copy full SHA for 580e718
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Runs a single command using the runners shell
40
- name: Upload Static Content
41
- uses: armhil/azure-blobs-content-uploader@1.0.5
+ uses: armhil/azure-blobs-content-uploader@1.0.6
42
with:
43
clientId: ${{ secrets.ENTRA_CLIENTID }}
44
clientSecret: ${{ secrets.ENTRA_CLIENTSECRET }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "azure-blobs-content-uploader",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "A file uploader to multiple az-blob storage accounts, primarily to help SPA developers.",
5
"main": "index.js",
6
"scripts": {
0 commit comments