From c216527813e6271640b247658905aaef99748ee7 Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Mon, 18 Nov 2024 17:07:18 +0100 Subject: [PATCH] added comment --- .github/workflows/detect-api-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-api-changes.yml b/.github/workflows/detect-api-changes.yml index 3e1b329..0363128 100644 --- a/.github/workflows/detect-api-changes.yml +++ b/.github/workflows/detect-api-changes.yml @@ -56,7 +56,7 @@ jobs: noTargetBranch: 'no target branch' - name: 🔍 Detect Changes - uses: ./ + uses: ./ # Uses the action.yml that's at the root of the repository id: public_api_diff with: platform: "macOS"