Remove interpolation

Make these consistent since that seems to work based on other examples.
This commit is contained in:
Joshua M. Boniface 2024-03-25 10:35:09 -04:00
parent b77a9e98c2
commit 38e7696394

View File

@ -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