We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a92cd commit ae07839Copy full SHA for ae07839
.github/workflows/create-article-from-issue.yml
@@ -72,10 +72,13 @@ jobs:
72
done < issue_body.txt
73
74
echo "Extracted values:"
75
+ echo "Title: $TITLE"
76
echo "File ID: $FILEID"
77
echo "Author: $AUTHOR"
78
echo "Tags: $TAGS"
79
80
+ echo "------------------------"
81
+ echo "title=$TITLE" >> "$GITHUB_OUTPUT"
82
echo "fileid=$FILEID" >> "$GITHUB_OUTPUT"
83
echo "author=$AUTHOR" >> "$GITHUB_OUTPUT"
84
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"
0 commit comments