Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucylq committed Jul 17, 2024
1 parent 5ce44ff commit 7a8eb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_with_env_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def run_cmd_or_die(cmd):
stdin=subprocess.PIPE,
stderr=subprocess.STDOUT,
bufsize=1,
universal_newlines=True,

universal_newlines=True,
)
p.stdin.write("set -e\n")
p.stdin.write(cmd)
Expand Down

0 comments on commit 7a8eb00

Please sign in to comment.