From 6138f1eb64dfa8e097513ff0445c10ee1b4ceec0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Oct 2023 14:29:15 +0200 Subject: [PATCH] configure the correct temp value --- .github/workflows/createExampleRepos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/createExampleRepos.yml b/.github/workflows/createExampleRepos.yml index 513ccf0..e5a40a2 100644 --- a/.github/workflows/createExampleRepos.yml +++ b/.github/workflows/createExampleRepos.yml @@ -15,5 +15,6 @@ jobs: shell: pwsh env: AZURE_DEVOPS_CREATE_PAT: ${{ secrets.AZURE_DEVOPS_EXT_PAT }} + TEMP: ${{ runner.temp }} run: | .\make.ps1 -command "provision" -provisionCount 5