From 04aa46aa3424e2e22881020cc7f480544352b583 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 15 Dec 2023 06:43:51 -0700 Subject: [PATCH] d --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 4c413cd..8a4b5d8 100644 --- a/action.yaml +++ b/action.yaml @@ -4,5 +4,5 @@ author: "Bryce Thorup" runs: using: "composite" steps: - - run: ls $GITHUB_ACTION_PATH #$GITHUB_ACTION_PATH/action.sh + - run: $GITHUB_ACTION_PATH/action.sh shell: bash