Add a space after shebang marker

This commit is contained in:
Sviatoslav Sydorenko 2019-08-23 13:12:47 +02:00 committed by GitHub
parent 2e00539ed7
commit 2c1fc8ad24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# !/usr/bin/env bash
set -Eeuo pipefail
TWINE_USERNAME=$INPUT_USER \