mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +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"
|
export WRANGLER_HOME="/github/workspace"
|
||||||
|
|
||||||
# h/t https://github.com/elgohr/Publish-Docker-Github-Action
|
# h/t https://github.com/elgohr/Publish-Docker-Github-Action
|
||||||
function sanitize () {
|
sanitize() {
|
||||||
if [ -z "${1}" ]; then
|
if [ -z "${1}" ]
|
||||||
|
then
|
||||||
>&2 echo "Unable to find the ${2}. Did you set with.${2}?"
|
>&2 echo "Unable to find the ${2}. Did you set with.${2}?"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue