mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-22 16:07:34 +00:00
Second contributor attempt
This commit is contained in:
parent
aa3eb5171a
commit
f9c0597875
4
.github/workflows/contributors.yml
vendored
4
.github/workflows/contributors.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
|||||||
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
|
||||||
|
- name: Push empty contributors branch
|
||||||
|
run: git push origin update-contributors
|
||||||
|
- name: Switch back to main
|
||||||
|
run: git checkout main
|
||||||
- uses: BobAnkh/add-contributors@v0.2.2
|
- uses: BobAnkh/add-contributors@v0.2.2
|
||||||
with:
|
with:
|
||||||
CONTRIBUTOR: "## Contributors"
|
CONTRIBUTOR: "## Contributors"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user