We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e0295 commit ebf397fCopy full SHA for ebf397f
1 file changed
.github/workflows/azure-dev-validation.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - vee-pipeline-fixes
8
permissions:
9
contents: read
10
id-token: write
@@ -31,4 +32,4 @@ jobs:
31
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
# Step 3: Print the result of the validation
34
- name: Print result
- run: cat ${{ steps.validation.outputs.resultFile }}
35
+ run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments