Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 19, 2024
1 parent 97be3fb commit d090da4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Restyler/GHA/Output.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ appendGitHubOutput x = do
case gho of
GitHubOutputNull -> pure ()
GitHubOutput path -> do
putStr $ unpack $ ensureNewline x
putStr $ "echo \"" <> unpack x <> "\" >>$GITHUB_OUTPUT"
liftIO $ appendFileText path $ ensureNewline x

ensureNewline :: Text -> Text
Expand Down

0 comments on commit d090da4

Please sign in to comment.