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 9391e57 commit 672ab52Copy full SHA for 672ab52
action.yml
@@ -51,6 +51,7 @@ runs:
51
fi
52
53
if [[ ! -f "qiita/public/$filename.md" ]] && grep -q "published: true" "$file"; then
54
+ echo "🌱 Create new Qiita article"
55
cd ./qiita
56
npx qiita new "$filename"
57
cd ../
0 commit comments