File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments