keroxp / actions-github-ref

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actions-github-ref

Define GIT_BRANCH and GIT_TAG environment variable based on GITHUB_REF for next workflows.

  • GITHUB_REF: refs/heads/master -> GIT_BRANCH: master
  • GITHUB_REF: refs/tags/1.0.0 -> GIT_TAG: 1.0.0

Contributpr

  • @keroxp

LICENSE

MIT

About


Languages

Language:JavaScript 100.0%