diff --git a/.github/workflows/update-hyprland-keybindings.yml b/.github/workflows/update-hyprland-keybindings.yml index 62c56d8..afd1c5e 100644 --- a/.github/workflows/update-hyprland-keybindings.yml +++ b/.github/workflows/update-hyprland-keybindings.yml @@ -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 diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 826092d..8f2238b 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -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 diff --git a/.github/workflows/update-scripts-docs.yml b/.github/workflows/update-scripts-docs.yml index ad00687..dac3ffa 100644 --- a/.github/workflows/update-scripts-docs.yml +++ b/.github/workflows/update-scripts-docs.yml @@ -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