Skip to content

Commit a4e85fb

Browse files
committed
chore: fix sync workflow
1 parent b41a8b4 commit a4e85fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- name: Checkout Repository
1212
uses: actions/checkout@master
1313
- name: Run GitHub File Sync
14-
uses: Redocly/repo-file-sync-action
14+
uses: Redocly/repo-file-sync-action@master
1515
with:
16-
GH_PAT: ${{ secrets.GH_PAT }}
16+
GH_PAT: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)