We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd1b382 + 7ad0850 commit 4715f71Copy full SHA for 4715f71
.github/workflows/ci.yml
@@ -60,9 +60,6 @@ jobs:
60
# This step would err if the forked repo does not already have wiki pages.
61
# As a workaround, it is disabled for all forked repos.
62
if: ${{ github.repository_owner == 'HoTT' && github.ref == 'refs/heads/master' }}
63
- uses: Andrew-Chen-Wang/github-wiki-action@v3
64
- env:
65
- WIKI_DIR: "./_wiki_dir/"
66
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
- GH_NAME: "github-actions"
68
- GH_MAIL: "[email protected]"
+ uses: Andrew-Chen-Wang/github-wiki-action@v4
+ with:
+ path: _wiki_dir
0 commit comments