We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efe26b commit a99496cCopy full SHA for a99496c
.github/workflows/az_fnapp_deploy.yml
@@ -7,7 +7,7 @@ jobs:
7
az-fnapp-deploy:
8
name: "Azure: Build & Deploy Function App"
9
runs-on: ubuntu-latest
10
- environment: ${{ github.event.pull_request.base.ref }}
+ environment: dev
11
env:
12
AZURE_FUNCTIONAPP_NAME: ${{ vars.AZURE_FUNCTIONAPP_NAME }}
13
AZURE_FUNCTIONAPP_PACKAGE_PATH: ${{ vars.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
0 commit comments