فهرست منبع

Remove interpolation

Make these consistent since that seems to work based on other examples.
Joshua M. Boniface 1 سال پیش
والد
کامیت
38e7696394
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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