From 2ed922ab6b8d9a5f8acfa9f00232e50e42216f91 Mon Sep 17 00:00:00 2001 From: Victor Martinez <112425107+pitill0@users.noreply.github.com> Date: Sat, 15 Feb 2025 20:30:21 +0100 Subject: [PATCH] Update ci.yml -> Update sudo check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e71a5eb..5c0a58b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Verify sudo works id: test-sudo - run: sudo -n true && echo "All cool over here! ❄️"|| (echo "Help! Fire!! 🔥" && exit 1) + run: sudo -n true && echo "All cool over here!" || (echo "Help! Fire!!" && exit 1) - name: Checkout Repository id: checkout-repository