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 a375a9d commit b7b13bbCopy full SHA for b7b13bb
.github/workflows/detect-api-changes.yml
@@ -56,7 +56,7 @@ jobs:
56
noTargetBranch: 'no target branch'
57
58
- name: 🔍 Detect Changes
59
- uses: ./ # Uses the action.yml that's at the root of the repository
+ uses: ${{ github.repository }}@${{ github.ref }}
60
id: public_api_diff
61
with:
62
platform: "macOS"
Sources/Shared/Package/SwiftPackageFileHelperModule/SwiftPackageFileHelper.swift
@@ -103,7 +103,6 @@ private extension SwiftPackageFileHelper {
103
104
let result = try loadPackageDescription(projectDirectoryPath: projectDirectoryPath)
105
106
- let newLine = "\n"
107
let errorTag = "error: "
108
let warningTag = "warning: "
109
0 commit comments