From d8e1fcf1e25231a6a74c98670194bcdd13eb7f86 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions-sync.yaml b/.github/workflows/actions-sync.yaml index d97d232..bdf1873 100644 --- a/.github/workflows/actions-sync.yaml +++ b/.github/workflows/actions-sync.yaml @@ -19,9 +19,8 @@ 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 \ - --actions-admin-user actions-admin \ No newline at end of file + --destination-token "${{ secrets.ACTIONS_SYNC_TOKEN }}" \ + --repo-name-list-file ./mirrored-repositories.txt \ No newline at end of file