Skip to content

Commit b7b13bb

Browse files
committed
using local action + resolved a warning
1 parent a375a9d commit b7b13bb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: ./ # Uses the action.yml that's at the root of the repository
59+
uses: ${{ github.repository }}@${{ github.ref }}
6060
id: public_api_diff
6161
with:
6262
platform: "macOS"

Sources/Shared/Package/SwiftPackageFileHelperModule/SwiftPackageFileHelper.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ private extension SwiftPackageFileHelper {
103103

104104
let result = try loadPackageDescription(projectDirectoryPath: projectDirectoryPath)
105105

106-
let newLine = "\n"
107106
let errorTag = "error: "
108107
let warningTag = "warning: "
109108

0 commit comments

Comments
 (0)