This commit is contained in:
lirtual 2024-12-22 15:11:48 +08:00
parent fbec23c4a3
commit d44812da9c

View File

@ -8,6 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync fork
uses: tgymnich/fork-sync@v1.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: pagefaultgames
base: main
head: main
- uses: actions/checkout@v3
with:
fetch-depth: 0