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 c785767 commit 737cba3Copy full SHA for 737cba3
.github/workflows/az_fnapp_deploy.yml
@@ -6,8 +6,8 @@ on:
6
jobs:
7
az-fnapp-deploy:
8
name: "Azure: Build & Deploy Function App"
9
- runs-on: [self-hosted, dev]
10
- environment: dev
+ runs-on: [self-hosted, "${{ github.event.pull_request.base.ref }}"]
+ environment: ${{ github.event.pull_request.base.ref }}
11
if: ${{ vars.TF_DESTROY != '-destroy' }}
12
env:
13
AZURE_FUNCTIONAPP_NAME: ${{ vars.AZURE_FUNCTIONAPP_NAME }}
0 commit comments