diff --git a/.github/workflows/sync_gitee.yml b/.github/workflows/sync_gitee.yml index d66849d..1818779 100644 --- a/.github/workflows/sync_gitee.yml +++ b/.github/workflows/sync_gitee.yml @@ -24,8 +24,8 @@ jobs: uses: abersheeran/sync-gitee-mirror@v1-beta with: repository: focus-creative-games/luban - username: ${{secrets.GITEE_USERNAME}} - password: ${{secrets.GITEE_PASSWORD}} + username: ${{ secrets.GITEE_USERNAME }} + password: ${{ secrets.GITEE_PASSWORD }}