From 021e90414fa6e771821e185d4a6a1b1c6d4561d5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 23 Feb 2026 14:31:32 -0500 Subject: Typo --- .github/actions/tasks/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/tasks/action.yml b/.github/actions/tasks/action.yml index 06857e3..5d03248 100644 --- a/.github/actions/tasks/action.yml +++ b/.github/actions/tasks/action.yml @@ -11,6 +11,7 @@ runs: steps: - name: Run run: | - bash tasks/task.sh ${{ inputs.task-path }} + cd tasks + bash task.sh ${{ inputs.task-path }} shell: bash -- cgit