diff --git a/.github/workflows/detect_api_changes.yml b/.github/workflows/detect_api_changes.yml index 02b64203b8..29a5ee1c6b 100644 --- a/.github/workflows/detect_api_changes.yml +++ b/.github/workflows/detect_api_changes.yml @@ -22,7 +22,7 @@ jobs: - name: 🔍 Detect Changes run: | - Scripts/detect_public_api_changes/compare.sh ${branch} ${baseRepo} + Scripts/generate_public_interface_definition.sh ${branch} ${baseRepo} env: branch: '${{github.event.pull_request.base.ref}}' baseRepo: '${{github.server_url}}/${{github.repository}}.git' diff --git a/.swiftformat b/.swiftformat index c4413e15fb..18b9657567 100644 --- a/.swiftformat +++ b/.swiftformat @@ -4,4 +4,4 @@ --ranges nospace --trimwhitespace nonblank-lines --decimalgrouping none ---header "\nCopyright (c) {created.year} Adyen N.V.\n\nThis file is open source and available under the MIT license. See the LICENSE file for more info.\n" +--header "\nCopyright (c) {year} Adyen N.V.\n\nThis file is open source and available under the MIT license. See the LICENSE file for more info.\n"