mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 08:58:30 +01:00
ci: ignore failure on fork action
This commit is contained in:
parent
76f6ee4150
commit
454e2007c3
1 changed files with 2 additions and 3 deletions
5
.github/workflows/fork.yml
vendored
5
.github/workflows/fork.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue