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 f30bd3a commit 2dfaf50Copy full SHA for 2dfaf50
.github/workflows/detect-api-changes.yml
@@ -56,7 +56,7 @@ jobs:
56
noTargetBranch: 'no target branch'
57
58
- name: 🔍 Detect Changes
59
- uses: "Adyen/adyen-swift-public-api-diff@${{ env.source }}"
+ uses: "Adyen/adyen-swift-public-api-diff@${{ github.head_ref }}"
60
id: public_api_diff
61
with:
62
platform: "macOS"
0 commit comments