Skip to content

Commit

Permalink
Update and rename generate-new-sdk to generate-new-sdk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza authored Jul 25, 2024
1 parent 5cc4f85 commit d09f7b1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update OpenAPI and generate SDK
name: Update bundled OpenAPI definition and generate SDK

on:
schedule:
- cron: '10 12 * * *' # UTC
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -41,4 +43,4 @@ jobs:
git add sdk/ # Add the generated SDK
timestamp=$(date -u)
git commit -m "OpenAPI spec update and SDK generation: ${timestamp}" || exit 0
git push origin actions-test # Change from actions-test to main branch after commit
git push origin actions-test # Change to main branch after testing

0 comments on commit d09f7b1

Please sign in to comment.