From: Nick Porter Date: Mon, 2 Dec 2024 12:14:54 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f378f687446f45bf1d657ae7422fa7ab3d2a72;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3daafb1d363..ace62e4d9f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,7 +244,7 @@ jobs: merge-upstream: needs: - ci - if: ( github.event_name == 'push' ) && ( github.repository_owner == FreeRADIUS' ) && (startsWith(github.ref, "refs/heads/developer/${{ github.actor }}")) + if: ( github.event_name == 'push' ) && ( github.repository_owner == 'FreeRADIUS' ) && (startsWith(github.ref, "refs/heads/developer/${{ github.actor }}")) runs-on: ubuntu-latest name: "Merge into upstream" steps: