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 edec43c commit 3af1845Copy full SHA for 3af1845
.github/workflows/pull_request.yaml
@@ -14,7 +14,7 @@ jobs:
14
if: github.actor != 'dependabot[bot]'
15
runs-on: ubuntu-latest
16
env:
17
- COMMON__ENVIRONMENT: Development
+ COMMON__ENVIRONMENT: Local # This should be Development, but this demo doesn't have a Key Vault
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments