mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 13:56:44 +00:00
Add echo statement for repository name in action.yml to enhance output clarity during execution.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
d56ea6fb3a
commit
71182239cc
@ -9,6 +9,7 @@ runs:
|
||||
id: extract-repo
|
||||
run: |
|
||||
REPO_NAME=$(echo "${{ inputs.TARGET_REPO }}" | cut -d'/' -f2)
|
||||
echo "repo-name=$REPO_NAME"
|
||||
echo "repo-name=$REPO_NAME" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user