chore(ci): fix warnings related to if

This commit is contained in:
Elian Doran
2026-01-29 09:29:42 +02:00
parent ce3f70adc3
commit b0910baaf0
3 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ jobs:
- name: Deploy
uses: ./.github/actions/deploy-to-cloudflare-pages
if: github.repository == ${{ vars.REPO_MAIN }}
if: ${{ github.repository == vars.REPO_MAIN }}
with:
project_name: "trilium-docs"
comment_body: "📚 Documentation preview is ready"