mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 07:31:03 +00:00
again
This commit is contained in:
parent
cd744ad699
commit
430467711b
1 changed files with 9 additions and 0 deletions
9
.github/workflows/sponsors.yml
vendored
9
.github/workflows/sponsors.yml
vendored
|
|
@ -16,3 +16,12 @@ jobs:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue