Skip to content

Commit

Permalink
Wrap an assignment with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kopackiw committed Nov 9, 2022
1 parent 6d7a48e commit bda5b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release-operator/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ impl Actions {
// Set an "output" in GitHub Actions
pub fn set_output(key: Outputs, value: &str) {
log::debug!("setting output name={key} value={value}");
println!("{key}={value} >> $GITHUB_OUTPUT");
println!("\"{key}={value}\" >> $GITHUB_OUTPUT");
}
}

0 comments on commit bda5b9d

Please sign in to comment.