Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
motive committed Apr 6, 2025
1 parent 58eb21d commit e797e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Sync Actions
run: |
mkdir ./cache
actions-sync \
actions-sync sync \
--cache-dir ./cache \
--destination-url https://openwow.dev \
--destination-token "{{ secrets.ACTIONS_SYNC_TOKEN }}" \
--repoo-name-list ./mirrored-repositories.txt \
--repoo-name-list-file ./mirrored-repositories.txt \
--actions-admin-user actions-admin

0 comments on commit e797e6c

Please sign in to comment.