mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
update
This commit is contained in:
parent
fbec23c4a3
commit
d44812da9c
8
.github/workflows/optimize-assets.yml
vendored
8
.github/workflows/optimize-assets.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user