pawamoy/README Insert
Fetches markup from a URL and updates a file, creating a PR if changes are detected
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| markup-url | URL to fetch the sponsors markup content from | yes | — |
| file-path | Path to the file to update | no | README.md |
| start-marker | Start marker line in the file (content will be inserted after this) | no | <!-- start-insert --> |
| end-marker | End marker line in the file (content will be inserted before this) | no | <!-- end-insert --> |
| branch-name | Name of the branch to create for the PR | no | update-readme |
| commit-message | Commit message for the changes | no | chore: Update docs |
| pr-title | Title for the pull request | no | chore: Update docs |
| pr-body | Body text for the pull request | no | Docs updated automatically. |
| base-branch | Base branch to target for the PR | no | main |
Outputs
no outputs