We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944ca3f commit 7f2729aCopy full SHA for 7f2729a
.github/workflows/detect-api-changes.yml
@@ -12,9 +12,6 @@ on:
12
description: 'Branch/tag of the old/comparison version'
13
required: true
14
15
-env:
16
- BRANCH_NAME: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
17
-
18
jobs:
19
build:
20
runs-on: macos-14 # Apple Silicon Runner
@@ -59,7 +56,7 @@ jobs:
59
56
noTargetBranch: 'no target branch'
60
57
61
58
- name: 🔍 Detect Changes
62
- uses: Adyen/adyen-swift-public-api-diff@${{ env.BRANCH_NAME }}
+ uses: ./
63
id: public_api_diff
64
with:
65
platform: "macOS"
0 commit comments