Skip to content

Commit efeb617

Browse files
Update azure-dev-validation.yml
1 parent b6ab9fd commit efeb617

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/azure-dev-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
template_validation_job:
1313
runs-on: ubuntu-latest
14-
environment: dev
14+
environment: production
1515
name: Template validation
1616
steps:
1717
# Step 1: Checkout the code from your repository
@@ -31,4 +31,4 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
# Step 3: Print the result of the validation
3333
- name: Print result
34-
run: cat ${{ steps.validation.outputs.resultFile }}
34+
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)