nrwl/Nx tag successful main build
Tags the repo, intended to be used only when on the main branch of your repo at the end of an Nx powered CI run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command-string-to-echo-as-tag-name | A string which will be provided to bash's echo command in order to form the final tag name | — | nx_successful_ci_run__$(echo ${{ github.run_id }})__$(date +"%Y-%m-%d-%H%M")-UTC |
| remove-tags-matching-pattern | By default all tags will be preserved, set this to a pattern to match tags against which will be deleted before the new tag is applied. E.g. if you use the default value for "command-string-to-echo-as-tag-name", you can set your pattern here to "nx_successful_ci_run__*" | — | — |
Outputs
no outputs