Browse Source

Remove interpolation

Make these consistent since that seems to work based on other examples.
Joshua M. Boniface 1 year ago
parent
commit
38e7696394
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci-openapi.yml

+ 1 - 1
.github/workflows/ci-openapi.yml

@@ -142,7 +142,7 @@ jobs:
     name: OpenAPI - Publish Unstable Spec
     if:
       - github.event_name != 'pull_request'
-      - ${{ contains(github.repository_owner, 'jellyfin') }}
+      - contains(github.repository_owner, 'jellyfin')
     runs-on: ubuntu-latest
     needs:
       - openapi-head