Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use latest version in demos #61

Merged
merged 2 commits into from
Apr 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: spenserblack/actions-wiki@v0.1.1
- uses: spenserblack/actions-wiki@<version>
with:
# Whatever directory you choose will be mirrored to the GitHub
# .wiki.git. The default is .github/wiki.
Expand Down Expand Up @@ -68,7 +68,7 @@ repository_ like octocat/gigantic-mega-project, you'd use a step like this in
one of your GitHub Actions workflows.

```yml
- uses: spenserblack/actions-wiki@v0.1.1
- uses: spenserblack/actions-wiki@<version>
with:
path: .
# Notice that we use a github.com/ prefix here to support enterprise GitHub
Expand Down