Skip to content

Commit 4715f71

Browse files
authored
Merge pull request #1138 from HoTT/dependabot/github_actions/Andrew-Chen-Wang/github-wiki-action-4
Bump Andrew-Chen-Wang/github-wiki-action from 3 to 4
2 parents dd1b382 + 7ad0850 commit 4715f71

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
# This step would err if the forked repo does not already have wiki pages.
6161
# As a workaround, it is disabled for all forked repos.
6262
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]"
63+
uses: Andrew-Chen-Wang/github-wiki-action@v4
64+
with:
65+
path: _wiki_dir

0 commit comments

Comments
 (0)