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 67c7415 commit 353c2aaCopy full SHA for 353c2aa
.github/workflows/test-responses-basic-aoai-v1.yml
@@ -84,7 +84,6 @@ jobs:
84
<!-- AOAI-RESULTS-END -->
85
EOF
86
87
- # inject between the markers in README.md
88
awk -v new="$SNIPPET" '
89
/<!-- AOAI-RESULTS-START -->/ { print new; skip=1; next }
90
/<!-- AOAI-RESULTS-END -->/ { print; skip=0; next }
0 commit comments