mirror of
https://github.com/hannobraun/Fornjot
synced 2025-03-12 16:12:12 +00:00
fix: wrap assignment with quotes
This commit is contained in:
parent
84d5c599e2
commit
811b4c4bc3
@ -71,6 +71,6 @@ impl Actions {
|
|||||||
// Set an "output" in GitHub Actions
|
// Set an "output" in GitHub Actions
|
||||||
pub fn set_output(key: Outputs, value: &str) {
|
pub fn set_output(key: Outputs, value: &str) {
|
||||||
log::debug!("setting output name={key} value={value}");
|
log::debug!("setting output name={key} value={value}");
|
||||||
println!("{key}={value} >> $GITHUB_OUTPUT");
|
println!("\"{key}={value}\" >> $GITHUB_OUTPUT");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user