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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
command-string-to-echo-as-tag-nameA string which will be provided to bash's echo command in order to form the final tag namenx_successful_ci_run__$(echo ${{ github.run_id }})__$(date +"%Y-%m-%d-%H%M")-UTC
remove-tags-matching-patternBy 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__*"

no outputs