Skip to content

Commit

Permalink
derp, extra eol at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 24, 2024
1 parent 2b908f7 commit 3e7be19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github_actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ fn escape_key_value<'a>(key: &'a str, value: &'a str) -> Result<String, Error> {
return Err(Error::ValueContainsDelimiter);
}

Ok(format!("{key}<<{delimiter}{eol}{value}{eol}{delimiter}"))
Ok(format!("{key}<<{delimiter}{eol}{value}{eol}{delimiter}{eol}"))
}

0 comments on commit 3e7be19

Please sign in to comment.