Skip to content

Commit 1f9c212

Browse files
committed
Fix indentation for updating Package.swift in workflow
1 parent 48735dd commit 1f9c212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
run: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
5454

5555
- name: Update Package.swift to use remote BushelKit branch
56-
run: |
57-
sed -i 's|\.package(path: "\.\./BushelKit")|.package(url: "https://github.com/brightdigit/BushelKit.git", branch: "subrepo")|g' Package.swift
58-
rm Package.resolved
56+
run: |
57+
sed -i 's|\.package(path: "\.\./BushelKit")|.package(url: "https://github.com/brightdigit/BushelKit.git", branch: "subrepo")|g' Package.swift
58+
rm Package.resolved
5959
6060
- name: Verify Swift Version
6161
run: |

0 commit comments

Comments
 (0)