Skip to content

Commit ac171d8

Browse files
committed
chore: Update workflows
1 parent 0a50121 commit ac171d8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
SLACK_MSG_AUTHOR: gr4vy-code
8888
SLACK_ICON_EMOJI: ":gr4vy:"
8989
SLACK_COLOR: "failure"
90-
SLACK_MESSAGE_ON_FAILURE: "CI failed - `${{ github.event.commits[0].message }}`"
90+
SLACK_MESSAGE_ON_FAILURE: "CI failed"
9191
SLACK_FOOTER: ""

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generation:
33
sdkClassName: Gr4vy
44
maintainOpenAPIOrder: true
55
usageSnippets:
6-
optionalPropertyRendering: withExample
6+
optionalPropertyRendering: never
77
sdkInitStyle: constructor
88
useClassNamesForArrayFields: true
99
fixes:
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
overlay: 1.0.0
22
x-speakeasy-jsonpath: rfc9535
33
info:
4-
title: Remove unwanted timeout_in_seconds params
4+
title: Remove unwanted headers
55
version: 0.0.1
66
actions:
77
- target: $.paths.*.*.parameters[?(@.name=="timeout_in_seconds")]
8+
remove: true
9+
- target: $.paths.*.*.parameters[?(@.name=="application_name")]
810
remove: true

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sources:
1212
- location: ./.speakeasy/overlays/mid-global.yaml
1313
- location: ./.speakeasy/overlays/fix-base-model.yaml
1414
- location: ./.speakeasy/overlays/fix-checkout-session-body.yaml
15-
- location: ./.speakeasy/overlays/fix-remove-timeout-in-seconds.yaml
15+
- location: ./.speakeasy/overlays/fix-remove-unwanted-headers.yaml
1616
registry:
1717
location: registry.speakeasyapi.dev/gr4vy/gr4vy/openapi
1818
targets:

0 commit comments

Comments
 (0)