Typos
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2023-05-12 08:32:37 +02:00
parent 3a9dc6e261
commit 89a7c6f342
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,6 @@
set -euo pipefail
if [ "${PLUGIN_DOMAIN:-null}" = null ]; then
echo "No gitea domain provided";
exit 1;