Skip to content

Commit 181297e

Browse files
authored
Checkout action (#53)
* using checkout in action * trying checkout * fix repo string * Trying to fetch the latest release artifact * tmp using checkout-action branch * fixed action.yml * trying to get it run * switching back to swift run * changing ref version --------- Co-authored-by: Alex Guretzki <alexander.guretzki@adyen.com>
1 parent b2475fc commit 181297e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/detect-api-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
noTargetBranch: 'no target branch'
5757

5858
- name: 🔍 Detect Changes
59-
uses: Adyen/adyen-swift-public-api-diff@main
59+
uses: Adyen/adyen-swift-public-api-diff@checkout-action
6060
id: public_api_diff
6161
with:
6262
platform: "macOS"

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16+
- uses: actions/checkout@v4
17+
with:
18+
repository: "Adyen/adyen-swift-public-api-diff"
19+
ref: "0.4.0"
1620
- name: "Run Diff"
1721
run: |
1822
NEW=${{ inputs.new }}

0 commit comments

Comments
 (0)