fsharpghactions/Git Tags to Workflow Dispatch
Automatically populate the workflow dispatch options with available tags from the repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| values-to-take | In order to avoid presenting very old tags at the workflow options, this input let's you specify how many tags to take, considering the order starting from the new tags to the old tags. If you don't specify this value, it will take all the tags. | — | -1 |
| workflow-file-name | Specify the target workflow file name that must live under `.github/workflows/`. | — | — |
| workflow-yaml-key | Specify the workflow YAML key that will be updated. | — | — |
| pull-request | TODO. Set the value 'false' if you prefer that the workflow change is commited directly instead of creating a pull request that you can manually verify. | — | true |
| github-token | A GitHub token with permissions: - contents: write - pull-requests: write Necessary for https://github.com/marketplace/actions/create-pull-request#action-inputs. Also necessary: https://github.com/marketplace/actions/create-pull-request#workflow-permissions. | — | — |
| git-tags | The repository tags. | — | — |
| base | Sets the pull request base branch. Necessary due to: - https://github.com/peter-evans/create-pull-request/blob/v6.1.0/src/create-pull-request.ts#L98 | — | — |
Outputs
no outputs