From 1e08ddc76fe8ece96d64a9440ca51b954c22cbfb Mon Sep 17 00:00:00 2001 From: motive Date: Sun, 6 Apr 2025 13:24:30 -0400 Subject: [PATCH] fix command --- .github/workflows/actions-sync.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions-sync.yaml b/.github/workflows/actions-sync.yaml index d97d232..fc7de59 100644 --- a/.github/workflows/actions-sync.yaml +++ b/.github/workflows/actions-sync.yaml @@ -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 \ + --repo-name-list-file ./mirrored-repositories.txt \ --actions-admin-user actions-admin \ No newline at end of file