Skip to content

Commit

Permalink
Updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Jun 10, 2024
1 parent 2deb186 commit 6f16208
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/detect_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,10 @@ jobs:

- name: 🔍 Detect Changes
run: |
for module in $modules
do
echo Generating API Definition for $module
Scripts/generate_public_interface_definition.sh ${branch} ${baseRepo} $module
./Scripts/compare_public_interface_definition.swift api_dump_comparison.json api_dump.json $module
done
Scripts/generate_public_interface_definition.sh ${branch} ${baseRepo}
env:
branch: '${{github.event.pull_request.base.ref}}'
baseRepo: '${{github.server_url}}/${{github.repository}}.git'
modules: "Adyen AdyenDropIn" # AdyenActions AdyenCard AdyenEncryption AdyenComponents AdyenSession AdyenWeChatPay AdyenCashAppPay AdyenTwint AdyenDelegatedAuthentication"

- name: 📝 Comment on PR
uses: thollander/actions-comment-pull-request@v2
Expand Down

0 comments on commit 6f16208

Please sign in to comment.