]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorNick Porter <nick@portercomputing.co.uk>
Mon, 2 Dec 2024 12:14:54 +0000 (12:14 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 2 Dec 2024 12:16:02 +0000 (12:16 +0000)
.github/workflows/ci.yml

index 3daafb1d363cc5713b4b1b3436420f19661470f6..ace62e4d9f85f98020ab1501657c1528891c3fe2 100644 (file)
@@ -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: