change the way workflow works

This commit is contained in:
Hadi
2025-02-21 15:55:13 +01:00
parent 58bae6e2c0
commit de125e21a7
3 changed files with 6 additions and 6 deletions

View File

@@ -20,5 +20,5 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Update KEYBINDINGS-HYPRLAND.md (auto)"
git push
git commit -m "Update KEYBINDINGS-HYPRLAND.md (auto)" && git push
exit 0

View File

@@ -27,5 +27,5 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Update README.md (auto)"
git push
git commit -m "Update README.md (auto)" && git push
exit 0

View File

@@ -20,5 +20,5 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Update SCRIPTS.md (auto)"
git push
git commit -m "Update SCRIPTS.md (auto)" && git push
exit 0