From e1d1fa293d06fa5d092eb177ced418e94cc054fe Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 10 Jun 2025 10:22:22 +0300 Subject: [PATCH] Remove unnecessary shell specification from action.yml to streamline execution. This change enhances the clarity of the action's configuration. Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 445cf6e..a5924ad 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,6 @@ runs: private-key: ${{ inputs.PRIVATE_KEY }} owner: ${{ inputs.OWNER }} repositories: ${{ inputs.TARGET_REPO }} - shell: bash - name: Run TODO to Issue action uses: docker://ghcr.io/alstr/todo-to-issue-action:v5.1.12