From aee1d3a0b722909bebfde397428b315a209e4181 Mon Sep 17 00:00:00 2001 From: LeeCQ Date: Sat, 2 Mar 2024 22:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/alist-sync.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alist-sync.yaml b/.github/workflows/alist-sync.yaml index 40683f7..c61b502 100644 --- a/.github/workflows/alist-sync.yaml +++ b/.github/workflows/alist-sync.yaml @@ -69,12 +69,11 @@ jobs: - name: RUN env: - SYNC_CONFIG: ${{secrets.SYNC_CONFIG}} _ALIST_ADMIN_PASSWORD: ${{ secrets.ALIST_ADMIN_PASSWORD }} run: | - cat > alist-backup-config.json << EOF - ${{ secrets.ALIST_BACKUP_CONFIG }} + cat > config.yaml << EOF + ${{ secrets.SYNC_CONFIG }} EOF set -ex ./bootstrap.sh main test-config - ./bootstrap.sh main sync -c alist-backup-config.json + ./bootstrap.sh main sync