mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-10 11:16:10 +00:00
Upgrade from deprecated GH Actions set-output
command
This commit is contained in:
parent
b1f0656150
commit
6d7a48ec51
@ -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!("::set-output name={key}::{value}");
|
||||
println!("{key}={value} >> $GITHUB_OUTPUT");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user