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 d96d197 commit 29bda14Copy full SHA for 29bda14
1 file changed
.github/workflows/samples-go-client.yaml
@@ -4,11 +4,11 @@ on:
4
push:
5
paths:
6
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
7
- - 'samples/openapi3/client/petstore/go/go-petstore-withXml/**'
+ - 'samples/openapi3/client/petstore/go-petstore-withXml/**'
8
pull_request:
9
10
11
12
13
jobs:
14
build:
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
sample:
21
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/'
22
- - 'samples/openapi3/client/petstore/go/go-petstore-withXml/'
+ - 'samples/openapi3/client/petstore/go-petstore-withXml/'
23
steps:
24
- uses: actions/checkout@v5
25
- uses: actions/setup-go@v6
0 commit comments