diff --git a/README.md b/README.md index bd9c5eb..3a56ca0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Generates gitea pull requests from a source to a target branch. -It is also able to merge the pull request after creation (see Settings) +It is also able to merge the pull request after creation (see Settings). ## Settings 🛠️ * `DOMAIN`: Domain name of your gitea server diff --git a/plugin.sh b/plugin.sh index 3299efe..d1f37cf 100644 --- a/plugin.sh +++ b/plugin.sh @@ -2,7 +2,6 @@ set -euo pipefail - if [ "${PLUGIN_DOMAIN:-null}" = null ]; then echo "No gitea domain provided"; exit 1;