Skip to content

Commit

Permalink
fix: add new line to secret-names output
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 27, 2024
1 parent 5929cd5 commit fec5380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/gcp-gsm-parse-secrets/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(
"secrets-list", "\n".join(output) + "\n", github_output_delimter
)
set_github_action_output(
"secret-names", ",".join(parsed_secret_names), github_output_delimter
"secret-names", ",".join(parsed_secret_names) + "\n", github_output_delimter
)


Expand Down

0 comments on commit fec5380

Please sign in to comment.