aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-23 23:58:01 +0900
committerikoamu <ikoamu@gmail.com>2024-01-23 23:58:01 +0900
commit66ebbf36996962fcee8a03e131306b01bb293447 (patch)
treed46bd8e5ec95f60b29382152e63936dc58e8e592
parent5df00674e2e820b4eccc4a0f2d7f618d8d5b90b9 (diff)
Add shell attribute to get_path step
-rw-r--r--action.yml1
1 files changed, 1 insertions, 0 deletions
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