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 5a401f8 commit 12b4c93Copy full SHA for 12b4c93
github/server/src/variety/basic.rs
@@ -682,7 +682,7 @@ pub(crate) async fn run(
682
tb.env("GITHUB_SHA", &cs.head_sha);
683
if let Some(branch) = cs.head_branch.as_deref() {
684
tb.env("GITHUB_BRANCH", branch);
685
- tb.env("GITHUB_REF", format!("refs/heads/{}", branch));
+ tb.env("GITHUB_REF", format!("refs/heads/{branch}"));
686
}
687
688
let app0 = app.clone();
0 commit comments