]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorNick Porter <nick@portercomputing.co.uk>
Thu, 9 Mar 2023 17:34:26 +0000 (17:34 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 9 Mar 2023 17:34:26 +0000 (17:34 +0000)
.github/workflows/documentation.yml

index 2febdcd0f71dc5fa7e4e84b53b0d2ff8611ab2f8..78bcc5b8f19f09c282e5d4b26d5c3bd6998799a4 100644 (file)
@@ -67,7 +67,7 @@ jobs:
 
   # Actual deployment to GitHub Pages is only on pushes to the head of the master branch
   deploy-docs:
-    if: ( github.repository.owner == 'FreeRADIUS' ) && ( github.ref == 'refs/heads/master' ) && ( github.event_name == 'push' )
+    if: ( github.repository_owner == 'FreeRADIUS' ) && ( github.ref == 'refs/heads/master' ) && ( github.event_name == 'push' )
 
     needs:
       - build-docs