From f23a4fbe56613703d0ca1b22cc8518672fb90e1d Mon Sep 17 00:00:00 2001 From: mwithi Date: Fri, 22 Nov 2024 13:03:37 +0100 Subject: [PATCH] Fix typo --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a59dd84ef4..a403a87f70 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,7 +30,7 @@ jobs: # Set default FORK_REPO and BRANCH_NAME values. BRANCH_NAME="${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}" - if [[ "$GITHUB_EVENT_NAME" == "push" && "$GITHUB_REPOSITORY" == "informatici/openhospital-api" ]]; then + if [[ "$GITHUB_EVENT_NAME" == "push" && "$GITHUB_REPOSITORY" == "informatici/openhospital-gui" ]]; then # For pushes to the main repository, default to the main core repo FORK_REPO="informatici/openhospital-core" else