Skip to content

Commit

Permalink
Merge pull request #599 from MontakOleg/diffRefs
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Nov 20, 2023
2 parents 8570092 + 20fd32a commit 7723fa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/Danger/GitLabDSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ public extension GitLab {
case startSha = "start_sha"
}

let baseSha: String
let headSha: String
let startSha: String
public let baseSha: String
public let headSha: String
public let startSha: String
}

public struct Pipeline: Decodable, Equatable {
Expand Down

0 comments on commit 7723fa1

Please sign in to comment.