Fix a space position in shabang

This commit is contained in:
Sviatoslav Sydorenko 2019-08-23 13:13:19 +02:00 committed by GitHub
parent 2c1fc8ad24
commit 4820c8c9b0
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 \