Skip to content

Commit 1f155b4

Browse files
committed
actionを公開
1 parent 99e8b33 commit 1f155b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/publish/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Publish articles to Qiita"
22
description: "Publish articles to Qiita using qiita-cli"
3-
author: "Qiita Inc."
3+
author: "All-Japan Digital Creative Club UniProject"
44

55
inputs:
66
root:
@@ -22,7 +22,7 @@ runs:
2222
with:
2323
node-version: "20.16.0"
2424
- name: Install qiita-cli
25-
run: npm install -g @qiita/qiita-cli@v1.6.2
25+
run: npm install -g @unipro-tech/qiita-cli@fork
2626
shell: bash
2727
- name: Publish articles
2828
run: qiita publish --all --root ${{ inputs.root }}

0 commit comments

Comments
 (0)