From c698c6e73e35880a785e72a082abda60b1cd50c0 Mon Sep 17 00:00:00 2001 From: ashmrtn Date: Fri, 28 Apr 2023 09:48:56 -0700 Subject: [PATCH] Type out path instead of using env (#3254) Env inside of an env declaration isn't allowed it seems. --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [x] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup --- .github/workflows/sanity-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index be21e0993..11a680d47 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -30,7 +30,7 @@ jobs: AZURE_TENANT_ID: ${{ secrets.TENANT_ID }} CORSO_BUCKET: ${{ secrets.CI_TESTS_S3_BUCKET }} CORSO_LOG_DIR: testlog - CORSO_LOG_FILE: ${{ env.CORSO_LOG_DIR }}/testlogging.log + CORSO_LOG_FILE: testlog/testlogging.log CORSO_M365_TEST_USER_ID: ${{ github.event.inputs.user != '' && github.event.inputs.user || vars.CORSO_M365_TEST_USER_ID }} CORSO_PASSPHRASE: ${{ secrets.INTEGRATION_TEST_CORSO_PASSPHRASE }} TEST_RESULT: test_results