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 fc8cbad commit 4b50865Copy full SHA for 4b50865
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: '14'
19
- run: yarn
20
- - run: yarn posts --token=${{ secrets.GG_TOKEN }} --owner=${{ secrets.GG_USER }} --repo=${{ secrets.GG_REPO }} ---issues-owner=${{ secrets.GG_ISSUES_USER }} --repo=${{ secrets.GG_ISSUES_REPO }} --type=${{ secrets.GG_TYPE }}
+ - run: yarn posts --token=${{ secrets.GG_TOKEN }} --owner=${{ secrets.GG_USER }} --repo=${{ secrets.GG_REPO }} --issues-owner=${{ secrets.GG_ISSUES_USER }} --repo=${{ secrets.GG_ISSUES_REPO }} --type=${{ secrets.GG_TYPE }}
21
- run: yarn reconf
22
- run: yarn build
23
- run: yarn copy
0 commit comments