Skip to content

Commit 38d5737

Browse files
feat(actions): update peter-evans/create-pull-request@v6 (#1508)
Created automatically. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f39f5b3 commit 38d5737

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
1+
c5a7806660adbe173f04e3e038b0ccdcd758773c

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/peterevans/CreatePullRequestV6.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,10 @@ public data class CreatePullRequestV6 private constructor(
261261
* The commit SHA of the pull request branch.
262262
*/
263263
public val pullRequestHeadSha: String = "steps.$stepId.outputs.pull-request-head-sha"
264+
265+
/**
266+
* The pull request branch name
267+
*/
268+
public val pullRequestBranch: String = "steps.$stepId.outputs.pull-request-branch"
264269
}
265270
}

0 commit comments

Comments
 (0)