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>
This commit is contained in:
Shakar Bakr
2025-06-10 10:22:22 +03:00
parent a2d77658d6
commit e1d1fa293d

View File

@@ -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