Skip to content

Commit ab554d8

Browse files
committed
Fix typo
1 parent 3cd8202 commit ab554d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See the `directoriesToUpload` parameter, which supports passing multiple directo
1919
uses: armhil/azure-blobs-content-uploader@1.0.0
2020
with:
2121
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" }]'
22+
directoriesToUpload: '[{"directoryToUpload": "test/integrationtest-directory", "shouldRecurse": "true", "baseContainerPath": "somePath" }]'
2323
```
2424
2525
### Azure blob details

0 commit comments

Comments
 (0)