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 f4e299d commit 18f3374Copy full SHA for 18f3374
Sources/YamlWriter/SetUpActionBuilder.swift
@@ -10,7 +10,7 @@ import Yams
10
11
struct SetUpActionBuilder {
12
func build() throws -> String {
13
- let content = "\(SwiftPackageConfig.current.repo)@\(SwiftPackageConfig.current.version)"
+ let content = "\(SwiftPackageConfig.current.repo)@${{ github.action_ref }}"
14
let action: [String: Any] = [
15
"name": "SetUp",
16
"runs": [
0 commit comments