Skip to content

s3krit/walking-tag-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walking Git tag

This action updates or creates a walking Git tag. This means that the action, when triggered again, updates the previous Git tag to the commit of the current build.

Usage

- name: Set Git tag
  uses: weareyipyip/walking-tag-action@v1
  with:
    TAG_NAME: current-production
    TAG_MESSAGE: The current production release is based on this commit
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

Github Actions walking git tag

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 79.8%
  • Dockerfile 20.2%