diff --git a/.github/workflows/fork.yml b/.github/workflows/fork.yml index 32f1ac46..e6e2a892 100644 --- a/.github/workflows/fork.yml +++ b/.github/workflows/fork.yml @@ -7,13 +7,12 @@ on: jobs: sync: - runs-on: ubuntu-latest - steps: - uses: tgymnich/fork-sync@v1.8 with: owner: simple-login repo: app base: master - head: master \ No newline at end of file + head: master + ignore_fail: true \ No newline at end of file