From cf922c76aa4ddf6b85368ad1b4a8838ab8766c7f Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 23 Aug 2021 11:52:00 +0800 Subject: [PATCH] Update sync_gitee.yml --- .github/workflows/sync_gitee.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}