From a9b116996fa0141f7ea70267fbeda67153c591a2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 23 Feb 2026 14:34:56 -0500 Subject: Typo --- .github/actions/tasks/action.ymlwq | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/actions/tasks/action.ymlwq (limited to '.github/actions/tasks') diff --git a/.github/actions/tasks/action.ymlwq b/.github/actions/tasks/action.ymlwq deleted file mode 100644 index 06857e3..0000000 --- a/.github/actions/tasks/action.ymlwq +++ /dev/null @@ -1,16 +0,0 @@ -name: 'task' -description: 'Runs tasks' -inputs: - task-path: - description: 'Which task to run' - required: true - default: '' - -runs: - using: "composite" - steps: - - name: Run - run: | - bash tasks/task.sh ${{ inputs.task-path }} - shell: bash - -- cgit