mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
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:
parent
a2d77658d6
commit
e1d1fa293d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user