Skip to content

Commit

Permalink
trying action at root
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Nov 18, 2024
1 parent 944ca3f commit 7f2729a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/detect-api-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
description: 'Branch/tag of the old/comparison version'
required: true

env:
BRANCH_NAME: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}

jobs:
build:
runs-on: macos-14 # Apple Silicon Runner
Expand Down Expand Up @@ -59,7 +56,7 @@ jobs:
noTargetBranch: 'no target branch'

- name: 🔍 Detect Changes
uses: Adyen/adyen-swift-public-api-diff@${{ env.BRANCH_NAME }}
uses: ./
id: public_api_diff
with:
platform: "macOS"
Expand Down

0 comments on commit 7f2729a

Please sign in to comment.