fix group site url ref in sanity yml (#4502)
#### Does this PR need a docs update or release note? - [x] ⛔ No #### Type of change - [x] 🐛 Bugfix #### Test Plan - [x] 💚 E2E
This commit is contained in:
parent
495ff76a30
commit
e84a363815
4
.github/workflows/sanity-test.yaml
vendored
4
.github/workflows/sanity-test.yaml
vendored
@ -372,7 +372,7 @@ jobs:
|
|||||||
working-directory: ./src/cmd/factory
|
working-directory: ./src/cmd/factory
|
||||||
run: |
|
run: |
|
||||||
go run . sharepoint files \
|
go run . sharepoint files \
|
||||||
--site ${{ env.CORSO_M365_TEST_GROUPS_SITE_URL }} \
|
--site ${{ vars.CORSO_M365_TEST_GROUPS_SITE_URL }} \
|
||||||
--user ${{ env.TEST_USER }} \
|
--user ${{ env.TEST_USER }} \
|
||||||
--secondaryuser ${{ env.CORSO_SECONDARY_M365_TEST_USER_ID }} \
|
--secondaryuser ${{ env.CORSO_SECONDARY_M365_TEST_USER_ID }} \
|
||||||
--tenant ${{ secrets.TENANT_ID }} \
|
--tenant ${{ secrets.TENANT_ID }} \
|
||||||
@ -385,7 +385,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
service: groups
|
service: groups
|
||||||
kind: incremental
|
kind: incremental
|
||||||
backup-args: '--site "${{ env.CORSO_M365_TEST_GROUPS_SITE_URL }}"'
|
backup-args: '--site "${{ vars.CORSO_M365_TEST_GROUPS_SITE_URL }}"'
|
||||||
restore-args: '--folder ${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
restore-args: '--folder ${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
||||||
restore-container: '${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
restore-container: '${{ env.RESTORE_DEST_PFX }}${{ steps.new-data-creation-groups.outputs.result }}'
|
||||||
log-dir: ${{ env.CORSO_LOG_DIR }}
|
log-dir: ${{ env.CORSO_LOG_DIR }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user