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.
2 parents c260f6f + efeb617 commit 4ec6551Copy full SHA for 4ec6551
.github/workflows/azure-dev-validation.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
template_validation_job:
13
runs-on: ubuntu-latest
14
- environment: dev
+ environment: production
15
name: Template validation
16
steps:
17
# Step 1: Checkout the code from your repository
@@ -31,4 +31,4 @@ jobs:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
# Step 3: Print the result of the validation
33
- name: Print result
34
- run: cat ${{ steps.validation.outputs.resultFile }}
+ run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments