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.
2 parents 7c1af18 + d977b7b commit 73f6570Copy full SHA for 73f6570
.github/workflows/detect-api-changes.yml
@@ -56,7 +56,7 @@ jobs:
56
noTargetBranch: 'no target branch'
57
58
- name: 🔍 Detect Changes
59
- uses: ${{ github.repository }}@${{ github.ref }}
+ uses: ./ # Uses the action.yml that's at the root of the repository
60
id: public_api_diff
61
with:
62
platform: "macOS"
0 commit comments