From dc272f9c30c07c663c70c263848088ee2ab776cb Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Mon, 18 Nov 2024 17:06:12 +0100 Subject: [PATCH] Always use the diff tool version of the current branch (#55) * use the latest diff tool version * trying again * trying action at root --------- Co-authored-by: Alex Guretzki --- .github/workflows/detect-api-changes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/detect-api-changes.yml b/.github/workflows/detect-api-changes.yml index c882135..3e1b329 100644 --- a/.github/workflows/detect-api-changes.yml +++ b/.github/workflows/detect-api-changes.yml @@ -11,7 +11,7 @@ on: old: description: 'Branch/tag of the old/comparison version' required: true - + jobs: build: runs-on: macos-14 # Apple Silicon Runner @@ -56,7 +56,7 @@ jobs: noTargetBranch: 'no target branch' - name: 🔍 Detect Changes - uses: Adyen/adyen-swift-public-api-diff@checkout-action + uses: ./ id: public_api_diff with: platform: "macOS"