From 6fb6f0bd8ae1ff9bdc9ca3e569bb8e32c433c527 Mon Sep 17 00:00:00 2001 From: ttionya Date: Sat, 6 Jun 2020 11:58:36 +0800 Subject: [PATCH] chore: fix schedule syntax error --- .github/workflows/schedule.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 8361711..1426b52 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - uses: ttionya/Repository-Sync-Hub@v1 - with: - target_repository: 'https://gitee.com/ttionya/BitwardenRS-Backup.git' - http_access_name: 'ttionya' - http_access_token: ${{ secrets.GITEE_HTTP_ACCESS_TOKEN }} + with: + target_repository: 'https://gitee.com/ttionya/BitwardenRS-Backup.git' + http_access_name: 'ttionya' + http_access_token: ${{ secrets.GITEE_HTTP_ACCESS_TOKEN }}