Skip to content

Commit 9211252

Browse files
Add TEMP environment variable to Azure Dev workflow
1 parent 480b376 commit 9211252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
2626
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
2727
AZURE_USER_OBJECT_ID: ''
28+
TEMP: /tmp
2829
steps:
2930
- name: Checkout
3031
uses: actions/checkout@v4

0 commit comments

Comments
 (0)