Skip to content

Commit 12b4c93

Browse files
lzrdjclulow
andauthored
Update github/server/src/variety/basic.rs
Co-authored-by: Joshua M. Clulow <[email protected]>
1 parent 5a401f8 commit 12b4c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/server/src/variety/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ pub(crate) async fn run(
682682
tb.env("GITHUB_SHA", &cs.head_sha);
683683
if let Some(branch) = cs.head_branch.as_deref() {
684684
tb.env("GITHUB_BRANCH", branch);
685-
tb.env("GITHUB_REF", format!("refs/heads/{}", branch));
685+
tb.env("GITHUB_REF", format!("refs/heads/{branch}"));
686686
}
687687

688688
let app0 = app.clone();

0 commit comments

Comments
 (0)