actions-marketplace-validations/Bi-directional Wiki Sync Action
Provides bi-directional sync between a directory and a project's Wiki
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 10, 2022
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/newrelic_wiki-sync-action@8fb7a9efe4e975bdb2977107fbed96fa0433db52 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source directory/location of file sync (ex: `docs`). | yes | — |
| destination | Destination directory/location for file sync (ex: `wiki`). | yes | — |
| token | Github personal access token with at least 'repo' authorization. | yes | — |
| gitAuthorName | Author name to use for committing to repository. Default: `github.actor` | no | ${{ github.actor }} |
| gitAuthorEmail | Author name to use for committing to repository. Default: `github.actor@users.noreply.github.com | no | — |
| branch | Default branch to commit to. Default: `master` | no | master |
| commitMessage | Message for committing files to repository. | no | — |
Outputs
no outputs