Thanks to visit codestin.com Credit goes to github.com
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 aa61f70 commit d2a79a7Copy full SHA for d2a79a7
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: char0n/swagger-editor-validate@v1
23
with:
24
definition-file: openapi/task_execution_service.openapi.yaml
25
- args: "--no-sandbox" # Added the --no-sandbox argument
+ args: "--no-sandbox"
26
diff:
27
name: Show OpenAPI differences relative to target branch
28
runs-on: ubuntu-latest
@@ -69,6 +69,7 @@ jobs:
69
if [ -s diff-artifacts/error.log ]; then
70
echo "The diff failed. Please see artifact error.log."
71
exit 1
72
+ fi
73
74
permissions:
75
contents: read
0 commit comments