mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update entrypoint.sh
This commit is contained in:
parent
78d694b862
commit
9bf71435a1
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
if [ -z "$BRANCH" ]
|
if [ -z "$BRANCH" ]
|
||||||
then
|
then
|
||||||
echo "You must provide the action with a branch name."
|
echo "You must provide the action with a branch name it should deploy to, for example gh-pages or docs."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user