Skip to content

Commit 18f3374

Browse files
committed
Chore, use github.action_ref when writing Mintfile
1 parent f4e299d commit 18f3374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/YamlWriter/SetUpActionBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Yams
1010

1111
struct SetUpActionBuilder {
1212
func build() throws -> String {
13-
let content = "\(SwiftPackageConfig.current.repo)@\(SwiftPackageConfig.current.version)"
13+
let content = "\(SwiftPackageConfig.current.repo)@${{ github.action_ref }}"
1414
let action: [String: Any] = [
1515
"name": "SetUp",
1616
"runs": [

0 commit comments

Comments
 (0)