From de125e21a7cdf47585c0875817eba6bc34cd87f2 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:55:13 +0100 Subject: [PATCH] change the way workflow works --- .github/workflows/update-hyprland-keybindings.yml | 4 ++-- .github/workflows/update-readme.yml | 4 ++-- .github/workflows/update-scripts-docs.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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