浏览代码

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
     name: OpenAPI - Publish Unstable Spec
     if:
     if:
       - github.event_name != 'pull_request'
       - github.event_name != 'pull_request'
-      - ${{ contains(github.repository_owner, 'jellyfin') }}
+      - contains(github.repository_owner, 'jellyfin')
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     needs:
     needs:
       - openapi-head
       - openapi-head