ci: fix repo name in CI

This commit is contained in:
Yang Luo
2024-02-10 15:36:59 +08:00
parent e71d0476f0
commit 117259dfc5
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
if: github.repository == 'casbin/casdoor' && github.event_name == 'push'
if: github.repository == 'casdoor/casdoor' && github.event_name == 'push'
steps:
- name: Checkout