Skip to content

Commit

Permalink
Update deploy-aca-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherRedbeard authored Feb 27, 2024
1 parent efdad41 commit c024b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-aca-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
az config set extension.use_dynamic_install=yes_without_prompt
API_CONTAINER_URL=$(az containerapp show -n ${{ env.api-container-name }} -g ${{ env.api-container-rg-name }} --query properties.configuration.ingress.fqdn --out tsv || echo "Error")
echo API_CONTAINER_URL=$API_CONTAINER_URL >> $GITHUB_ENV
echo API_CONTAINER_URL=$API_CONTAINER_URL >> $GITHUB_OUTPUT
- name: Check if URL is obtained
run: echo "URL obtained"
Expand Down

0 comments on commit c024b16

Please sign in to comment.