ci: ignore failure on fork action

This commit is contained in:
martadams89 2024-03-11 08:43:24 +00:00 committed by GitHub
parent 76f6ee4150
commit 454e2007c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -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
head: master
ignore_fail: true