mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-24 08:52:21 +02:00
add sponsors thingo
This commit is contained in:
parent
8c04118bb1
commit
96147bc11a
27
.github/workflows/sponsors.yml
vendored
Normal file
27
.github/workflows/sponsors.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# see https://github.com/JamesIves/github-sponsors-readme-action
|
||||
name: Generate Sponsors README
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Generate Sponsors 💖
|
||||
uses: JamesIves/github-sponsors-readme-action@v1.0.8
|
||||
with:
|
||||
token: ${{ secrets.SPONSORS_TOKEN }}
|
||||
file: 'README.md'
|
||||
|
||||
- name: Commit and push if changed
|
||||
run: |-
|
||||
git diff
|
||||
git config --global user.email "actions@users.noreply.github.com"
|
||||
git config --global user.name "README-bot"
|
||||
git add README.md
|
||||
git commit -m "Updated README.md" || exit 0
|
||||
git push
|
10
README.md
10
README.md
@ -18,6 +18,16 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
|
||||
|
||||
![Gif](../assets/staging.gif)
|
||||
|
||||
## Sponsors
|
||||
|
||||
<p align="center">
|
||||
Maintainence of this project is made possible by all the <a href="https://github.com/jesseduffield/lazygit/graphs/contributors">contributors</a> and <a href="https://github.com/sponsors/jesseduffield">sponsors</a>. If you'd like to sponsor this project and have your avatar or company logo appear below <a href="https://github.com/sponsors/jesseduffield">click here</a>. 💙
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<!-- sponsors --><!-- sponsors -->
|
||||
</p>
|
||||
|
||||
## Table of contents
|
||||
|
||||
- [Installation](#installation)
|
||||
|
Loading…
Reference in New Issue
Block a user