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 53b261e commit b9f5ba5Copy full SHA for b9f5ba5
.github/workflows/main.yml
@@ -45,4 +45,4 @@ jobs:
45
tenantId: ${{ secrets.ENTRA_TENANTID }}
46
storageAccountList: ${{ secrets.STORAGE_ACCOUNT_LIST }}
47
containerName: "$web"
48
- directoriesToUpload: '[{"path": "test/integrationtest-directory", "shouldRecurse": "true" }]'
+ directoriesToUpload: '[{"directoryToUpload": "test/integrationtest-directory", "shouldRecurse": "true" }]'
0 commit comments