getchoo/Update npins
Update your npins sources and create a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 1, 2024
- License
- MIT
Pinned Snippet
uses: getchoo/update-npins@6219d0b7cfea271bffbc0ba11956373b55db17cf # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| sources | A space separated list of sources to update | no | "" |
| npins-directory | A directory where npins' sources.json and default.nix are located | no | "" |
| commit-message | A message to use when committing changes | yes | npins: update sources |
| author | The author to use when committing changes | no | github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
| signoff | Whether to signoff commits | no | true |
| token | Token for creating PR | yes | ${{ github.token }} |
| pr-branch | The name of the PR branch created | no | npins-update |
| pr-target | The target branch of the created PR | no | — |
| pr-title | The title of the created PR | no | npins: update sources |
| pr-body | The body of the created PR | no | Automated pull request created by [update-npins](https://github.com/getchoo/update-npins) |
| pr-labels | A comma or newline-separated list of labels to add to the created PR | no | — |
Outputs
| name | description |
|---|---|
| pr-number | The number of the created PR |
| pr-url | The URL of the created PR |
| pr-operation | The operation performed on the created PR |
| pr-head-sha | The HEAD commit SHA of the created PR |