actions4gh/Configure GitHub wiki
📄 Transform ./My-page.md source links into ./My-page wiki links
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 15, 2023
- License
- MIT
Pinned Snippet
uses: actions4gh/configure-wiki@1abc175065e68931295bd36e39b1177eb07f35d1 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Where the wiki files are. This must be a folder. Defaults to wiki/. All files one level deep (not recursively) in this folder will be processed. | — | wiki |
Outputs
| name | description |
|---|---|
| base-url | The base URL of the wiki. Usually this is something like https://github.com/octocat/project/wiki/. |