mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Abort publish when an error happens
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -z "${INPUT_NAME}" ]; then
|
||||
echo "Unable to find the repository name. Did you set with.name?"
|
||||
|
||||
Reference in New Issue
Block a user