mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 10:23:35 -05:00
Add a space after shebang marker
This commit is contained in:
parent
2e00539ed7
commit
2c1fc8ad24
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
# !/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
TWINE_USERNAME=$INPUT_USER \
|
TWINE_USERNAME=$INPUT_USER \
|
||||||
|
|
Loading…
Reference in a new issue