Skip to content

Commit 2ac36e7

Browse files
authored
Update deploy_liquid_functions.yml
1 parent 1edfa81 commit 2ac36e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy_liquid_functions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
if: inputs.update_api
7676
# The type of runner that the job will run on
7777
runs-on: ubuntu-latest
78-
79-
env:
80-
# Azure API Import configuration (optional)
78+
79+
# Azure API Import configuration (optional)
80+
env:
8181
AZURE_RG: ${{ secrets.AZURE_RESOURCE_GROUP }} # Resource group name
8282
AZURE_API_SERVICE: ${{ secrets.AZURE_API_MANAGER }} # API Manager ID
8383
AZURE_API_ID: 'liquid-api'
8484
AZURE_API_PATH: '/liquid'
8585
AZURE_API_NAME: 'Liquid API'
86-
AZURE_API_SPEC_URL: 'https://{{ env.AZURE_FUNCTIONAPP_NAME }}.azurewebsites.net/api/openapi/v3.json'
86+
AZURE_API_SPEC_URL: 'https://${{ env.AZURE_FUNCTIONAPP_NAME }}.azurewebsites.net/api/openapi/v3.json'
8787

8888
# Steps represent a sequence of tasks that will be executed as part of the job
8989
steps:

0 commit comments

Comments
 (0)