From fb2da94de0ceda140943a90db1978bf464268a58 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 15 Oct 2024 11:51:02 +0200 Subject: [PATCH] wip --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 23fe4d3..c8a5108 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ runs: using: composite steps: - run: echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH - if: ${{runner.os == "Linux"}} + if: ${{runner.os == 'Linux'}} shell: sh - run: brew developer on shell: sh