From 66ebbf36996962fcee8a03e131306b01bb293447 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Tue, 23 Jan 2024 23:58:01 +0900 Subject: Add shell attribute to get_path step --- action.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'action.yml') diff --git a/action.yml b/action.yml index 3c120f9..9704b32 100644 --- a/action.yml +++ b/action.yml @@ -28,3 +28,4 @@ runs: id: get_path run: | echo "::set-output name=path::$(dirname $GITHUB_WORKFLOW)" + shell: bash -- cgit