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 aee1d3a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/alist-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aee1d3a

Please sign in to comment.