Skip to content

Commit 21cc2f1

Browse files
authored
Merge pull request #54 from increments/add-root-option-to-github-action
Add root option to github action template
2 parents 09f050d + fd87107 commit 21cc2f1

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)