Skip to content

Commit

Permalink
Update openapi-update-generate-new-sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza authored Oct 22, 2024
1 parent f17ceaa commit 2a8d162
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openapi-update-generate-new-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
- name: Commit and push changes if OpenAPI definition has changed
if: env.CHANGED == 'true'
run: |-
git config user.name "Automated"
git config user.email "[email protected]"
git config user.name "Exoscale"
git config user.email "[email protected]"
git add .
timestamp=$(date -u)
git commit -m "OpenAPI spec and SDK update: ${timestamp}" || exit 0
Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
- name: Commit and push JavaDocs
if: env.CHANGED == 'true'
run: |-
git config user.name "Automated"
git config user.email "[email protected]"
git config user.name "Exoscale"
git config user.email "[email protected]"
git add .
git commit -m "Update JavaDocs for $new_version"
git push

0 comments on commit 2a8d162

Please sign in to comment.