mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
idk
This commit is contained in:
parent
698bc9db77
commit
16beb42605
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ export NVM_DIR="/github/workspace/nvm"
|
|||
export WRANGLER_HOME="/github/workspace"
|
||||
|
||||
# h/t https://github.com/elgohr/Publish-Docker-Github-Action
|
||||
function sanitize () {
|
||||
if [ -z "${1}" ]; then
|
||||
sanitize() {
|
||||
if [ -z "${1}" ]
|
||||
then
|
||||
>&2 echo "Unable to find the ${2}. Did you set with.${2}?"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue