mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -20,5 +20,5 @@ jobs:
|
|||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update KEYBINDINGS-HYPRLAND.md (auto)"
|
git commit -m "Update KEYBINDINGS-HYPRLAND.md (auto)" && git push
|
||||||
git push
|
exit 0
|
||||||
|
|||||||
4
.github/workflows/update-readme.yml
vendored
4
.github/workflows/update-readme.yml
vendored
@@ -27,5 +27,5 @@ jobs:
|
|||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update README.md (auto)"
|
git commit -m "Update README.md (auto)" && git push
|
||||||
git push
|
exit 0
|
||||||
|
|||||||
4
.github/workflows/update-scripts-docs.yml
vendored
4
.github/workflows/update-scripts-docs.yml
vendored
@@ -20,5 +20,5 @@ jobs:
|
|||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update SCRIPTS.md (auto)"
|
git commit -m "Update SCRIPTS.md (auto)" && git push
|
||||||
git push
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user