We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff53ff commit ddf0ca9Copy full SHA for ddf0ca9
1 file changed
.github/workflows/import-api-spec.yaml
@@ -41,7 +41,7 @@ jobs:
41
"oasVersion": "3.1",
42
"exportFormat": "YAML"
43
}' \
44
- -w '%{{http_code}}' -o "$response_file" > "$status_file"
+ -w '%{http_code}' -o "$response_file" > "$status_file"
45
status=$(cat "$status_file")
46
if [ "$status" != "200" ]; then
47
echo "❌ API call failed with status $status"
0 commit comments