Skip to content

Commit b9f5ba5

Browse files
authored
Fix main.yml
1 parent 53b261e commit b9f5ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
tenantId: ${{ secrets.ENTRA_TENANTID }}
4646
storageAccountList: ${{ secrets.STORAGE_ACCOUNT_LIST }}
4747
containerName: "$web"
48-
directoriesToUpload: '[{"path": "test/integrationtest-directory", "shouldRecurse": "true" }]'
48+
directoriesToUpload: '[{"directoryToUpload": "test/integrationtest-directory", "shouldRecurse": "true" }]'

0 commit comments

Comments
 (0)