Skip to content

Commit ae07839

Browse files
title
1 parent d6a92cd commit ae07839

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-article-from-issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,13 @@ jobs:
7272
done < issue_body.txt
7373
7474
echo "Extracted values:"
75+
echo "Title: $TITLE"
7576
echo "File ID: $FILEID"
7677
echo "Author: $AUTHOR"
7778
echo "Tags: $TAGS"
7879
80+
echo "------------------------"
81+
echo "title=$TITLE" >> "$GITHUB_OUTPUT"
7982
echo "fileid=$FILEID" >> "$GITHUB_OUTPUT"
8083
echo "author=$AUTHOR" >> "$GITHUB_OUTPUT"
8184
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)