From: Nick Porter Date: Thu, 9 Mar 2023 17:34:26 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d968caf6d4e3c3b21130dabd0d1f292306e6534b;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2febdcd0f71..78bcc5b8f19 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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