fsharpghactions/Git Tags to Workflow Dispatch

Automatically populate the workflow dispatch options with available tags from the repo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
values-to-takeIn 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-nameSpecify the target workflow file name that must live under `.github/workflows/`.
workflow-yaml-keySpecify the workflow YAML key that will be updated.
pull-requestTODO. 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-tokenA 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-tagsThe repository tags.
baseSets 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

no outputs