From 27a791cfcc3a189da5cef88110735b14998369ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:33:19 +0800 Subject: [PATCH] Update sync-files.yml --- .github/workflows/sync-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-files.yml b/.github/workflows/sync-files.yml index db9d4fb..aa9dae0 100644 --- a/.github/workflows/sync-files.yml +++ b/.github/workflows/sync-files.yml @@ -31,7 +31,7 @@ jobs: echo -e "\\n$model_data" >> ./rk35xx/.config - name: 同步配置 - uses: peaceiris/actions-gh-pages@main + uses: peaceiris/actions-gh-pages@v3.9.3 with: personal_token: ${{ secrets.ACCESS_TOKEN }} publish_branch: main