Skip to content

Commit 33835d5

Browse files
authored
Merge pull request #437 from codatio/library-update
Automated PR created by OAS bot
2 parents aa486ae + 6d29cd5 commit 33835d5

31 files changed

+48
-38
lines changed

.github/workflows/accounting_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Accounting library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/assess_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Assess library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/bank_feeds_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Bank Feeds library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/banking_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Banking library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/commerce_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Commerce library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/common_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Common library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/files_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Files library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/lending_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Lending library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/platform_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Platform library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_commerce_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Sync for Commerce library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

0 commit comments

Comments
 (0)