Skip to content

Commit e1da0e4

Browse files
authored
Adjust action syntax for new action version
1 parent d39147a commit e1da0e4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,5 @@ jobs:
5858
# As a workaround, it is disabled for all forked repos.
5959
if: ${{ github.repository_owner == 'HoTT' && github.ref == 'refs/heads/master' }}
6060
uses: Andrew-Chen-Wang/github-wiki-action@v4
61-
env:
62-
WIKI_DIR: "./_wiki_dir/"
63-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-
GH_NAME: "github-actions"
65-
GH_MAIL: "github-actions@github.com"
61+
with:
62+
path: "./_wiki_dir/"

0 commit comments

Comments
 (0)