Skip to content

Commit ddf0ca9

Browse files
author
Maxime Boisvert
committed
update: workflow
1 parent 8ff53ff commit ddf0ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/import-api-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
"oasVersion": "3.1",
4242
"exportFormat": "YAML"
4343
}' \
44-
-w '%{{http_code}}' -o "$response_file" > "$status_file"
44+
-w '%{http_code}' -o "$response_file" > "$status_file"
4545
status=$(cat "$status_file")
4646
if [ "$status" != "200" ]; then
4747
echo "❌ API call failed with status $status"

0 commit comments

Comments
 (0)