Skip to content

Commit 5eeb6e4

Browse files
AdyenAutomationBotAdyenAutomationBotgcatanese
authored
[ManagementAPIs] Code generation: update services and models (#792)
* [reformat][adyen-sdk-automation] automated changes * style(fmt): code formatted * Check for commits in Format workflow --------- Co-authored-by: AdyenAutomationBot <Adyen Automation plugins_dev@adyen.com> Co-authored-by: Beppe Catanese <1771700+gcatanese@users.noreply.github.com>
1 parent 8790b75 commit 5eeb6e4

13 files changed

+1395
-51
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
format:
10-
if: ${{ ! startsWith(github.event.head_commit.message, 'style(fmt)') }}
10+
if: ${{ github.event.commits != null && !startsWith(github.event.head_commit.message, 'style(fmt)') }}
1111
permissions:
1212
contents: write
1313
runs-on: ubuntu-latest
@@ -32,5 +32,5 @@ jobs:
3232
git config user.name AdyenAutomationBot
3333
git config user.email "${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}"
3434
git add .
35-
git commit -m "style(fmt): code formatted"
35+
git commit -m "style(fmt): code formatted" || echo "No changes to commit"
3636
git push

0 commit comments

Comments
 (0)