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 99e8b33 commit 1f155b4Copy full SHA for 1f155b4
actions/publish/action.yml
@@ -1,6 +1,6 @@
1
name: "Publish articles to Qiita"
2
description: "Publish articles to Qiita using qiita-cli"
3
-author: "Qiita Inc."
+author: "All-Japan Digital Creative Club UniProject"
4
5
inputs:
6
root:
@@ -22,7 +22,7 @@ runs:
22
with:
23
node-version: "20.16.0"
24
- name: Install qiita-cli
25
- run: npm install -g @qiita/qiita-cli@v1.6.2
+ run: npm install -g @unipro-tech/qiita-cli@fork
26
shell: bash
27
- name: Publish articles
28
run: qiita publish --all --root ${{ inputs.root }}
0 commit comments