mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +02:00
WIP
This commit is contained in:
2
.github/workflows/sponsors.yml
vendored
2
.github/workflows/sponsors.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
git config --global user.email "actions@users.noreply.github.com"
|
git config --global user.email "actions@users.noreply.github.com"
|
||||||
git config --global user.name "README-bot"
|
git config --global user.name "README-bot"
|
||||||
git add README.md
|
git add README.md
|
||||||
git commit -m "Updated README.md" || exit 0
|
git commit -m "Updated README.md [skip ci]" || exit 0
|
||||||
git push origin master # Explicitly push to master branch
|
git push origin master # Explicitly push to master branch
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user