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 3cd8202 commit ab554d8Copy full SHA for ab554d8
README.md
@@ -19,7 +19,7 @@ See the `directoriesToUpload` parameter, which supports passing multiple directo
19
uses: armhil/azure-blobs-content-uploader@1.0.0
20
with:
21
azureBlobConfiguration: ${{ secrets.AZ_BLOB_CONFIGURATION }} # could be any secret that you have, see below for the format
22
- directoriesToUpload: '[{"path": "test/integrationtest-directory", "shouldRecurse": "true", "baseContainerPath": "somePath" }]'
+ directoriesToUpload: '[{"directoryToUpload": "test/integrationtest-directory", "shouldRecurse": "true", "baseContainerPath": "somePath" }]'
23
```
24
25
### Azure blob details
0 commit comments