From a4e85fb374d153db7a8fb1a021affec95b9525b5 Mon Sep 17 00:00:00 2001 From: romanhotsiy Date: Thu, 1 Jul 2021 12:40:25 +0300 Subject: [PATCH] chore: fix sync workflow --- .github/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 19f53cf6..6ff78faa 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -11,6 +11,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@master - name: Run GitHub File Sync - uses: Redocly/repo-file-sync-action + uses: Redocly/repo-file-sync-action@master with: - GH_PAT: ${{ secrets.GH_PAT }} \ No newline at end of file + GH_PAT: ${{ secrets.GH_PAT }}