Merge pull request #379 from juanfont/kradalby-patch-1

Second contributor attempt
This commit is contained in:
Kristoffer Dalby 2022-03-02 13:41:50 +00:00 committed by GitHub
commit 71a62697aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"