From 89a7c6f342af8ada777dfb5d09dd07ba35129664 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 12 May 2023 08:32:37 +0200 Subject: [PATCH] Typos --- README.md | 2 +- plugin.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;