From fd8710744d7dd321dcf0f64ad7cd9259334e2c3b Mon Sep 17 00:00:00 2001 From: getty104 Date: Tue, 22 Aug 2023 08:53:41 +0900 Subject: [PATCH] Add root option to github action template --- src/commands/init.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/init.ts b/src/commands/init.ts index 519fdcf..1137770 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -30,6 +30,7 @@ jobs: - uses: increments/qiita-cli/actions/publish@v1 with: qiita-token: \${{ secrets.QIITA_TOKEN }} + root: "." `; const rootDir = process.cwd();