Skip to content

GitHub Custom Action that will create or update a git tag if the content of the tag is changed.

License

Notifications You must be signed in to change notification settings

ryeleo/create-or-update-git-tag-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test

Composite Action create-or-update-git-tag-action

Create or update a git tag. Only update the git tag if the message of the git tag is changed.

This is useful if you are trying to store some data within a git tag message.

⚠ NOTE: Will force update the git tag if an update is required.

Usage

steps:
  - uses: actions/checkout@v4
  - uses: ryeleo/create-or-update-git-tag-action@main
    with:
      tag-name: tag-name
      tag-message: my message

Inputs

See action.yml

| Name | Description | Required | | - | - | - | - | | tag-name | Tag to be created or updated. | yes | | tag-message | Message to be set for the tag. | yes |

Supported

Runners

  • self-hosted

Events

  • Any

Dependencies

About

GitHub Custom Action that will create or update a git tag if the content of the tag is changed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published