From 19892174acd3f2a57063d899f6c70a32ff38eccd Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 15 Dec 2023 06:23:53 -0700 Subject: [PATCH] sh --- action => action.sh | 0 action.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename action => action.sh (100%) diff --git a/action b/action.sh similarity index 100% rename from action rename to action.sh diff --git a/action.yaml b/action.yaml index 066ea40..0094445 100644 --- a/action.yaml +++ b/action.yaml @@ -8,5 +8,5 @@ inputs: runs: using: composite steps: - - run: ./action + - run: action.sh shell: bash