mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +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
|
id: extract-repo
|
||||||
run: |
|
run: |
|
||||||
REPO_NAME=$(echo "${{ inputs.TARGET_REPO }}" | cut -d'/' -f2)
|
REPO_NAME=$(echo "${{ inputs.TARGET_REPO }}" | cut -d'/' -f2)
|
||||||
|
echo "repo-name=$REPO_NAME"
|
||||||
echo "repo-name=$REPO_NAME" >> $GITHUB_OUTPUT
|
echo "repo-name=$REPO_NAME" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user