viniciuslcpereira97 / filter-gh-branch

Github action to recognize wich repo branch triggered it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter Github Branch

Description

Action to filter github branches that triggered the action.

Example

Environment variable at virtual machine executing workflow

GITHUB_REF=refs/heads/feature/github-actions

This action will filter and output the values:

  • branch_suffix: github-actions
  • filtered_branch: feature/github-acions

About

Github action to recognize wich repo branch triggered it

License:MIT License


Languages

Language:Shell 83.0%Language:Dockerfile 17.0%