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