mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Allow upstream delete continue on failure
This commit is contained in:
parent
32ac690494
commit
2b6a5173da
3
.github/workflows/contributors.yml
vendored
3
.github/workflows/contributors.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Delete upstream contributor branch
|
- name: Delete upstream contributor branch
|
||||||
|
# Allow continue on failure to account for when the
|
||||||
|
# upstream branch is deleted or does not exist.
|
||||||
|
continue-on-error: true
|
||||||
run: git push origin --delete update-contributors
|
run: git push origin --delete update-contributors
|
||||||
- name: Create up-to-date contributors branch
|
- name: Create up-to-date contributors branch
|
||||||
run: git checkout -B update-contributors
|
run: git checkout -B update-contributors
|
||||||
|
Loading…
Reference in New Issue
Block a user