Skip to content

Commit fd87107

Browse files
committed
Add root option to github action template
1 parent 09f050d commit fd87107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/init.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: increments/qiita-cli/actions/publish@v1
3131
with:
3232
qiita-token: \${{ secrets.QIITA_TOKEN }}
33+
root: "."
3334
`;
3435

3536
const rootDir = process.cwd();

0 commit comments

Comments
 (0)