Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
with:
submodules: recursive

- name: Generate unique env name per run
shell: bash
run: |
HHMMSS=$(date -u +'%H%M%S')
echo "AZURE_ENV_NAME=${AZURE_ENV_NAME}-${HHMMSS}" >> "$GITHUB_ENV"
echo "Using unique AZURE_ENV_NAME: ${AZURE_ENV_NAME}-${HHMMSS}"
Comment thread
Rafi-Microsoft marked this conversation as resolved.
Outdated

- name: Install azd
uses: Azure/setup-azd@v2

Expand Down
Loading