Skip to content

Commit

Permalink
更新 Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-cq committed Mar 2, 2024
1 parent 60987a7 commit a2327e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alist-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
SYNC_CONFIG: ${{secrets.SYNC_CONFIG}}
_ALIST_ADMIN_PASSWORD: ${{ secrets.ALIST_ADMIN_PASSWORD }}
run: |
cat > alist-backup-config.json << EOF
cat > config.yaml << EOF
${{ secrets.ALIST_BACKUP_CONFIG }}
EOF
set -ex
./bootstrap.sh main test-config
./bootstrap.sh main sync -c alist-backup-config.json
./bootstrap.sh main sync

0 comments on commit a2327e8

Please sign in to comment.