diff --git a/.github/workflows/actions-sync.yaml b/.github/workflows/actions-sync.yaml index d97d232..c388aaf 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 \ + --destination-token "${{ secrets.ACTIONS_SYNC_TOKEN }}" \ + --repo-name-list-file ./mirrored-repositories.txt \ --actions-admin-user actions-admin \ No newline at end of file