Skip to content

groupninemedia/filter-git-diff

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filter Git Diff Action

A Github Action that will filter a git diff for the specified file/dir using regex.


Example Usage

action "Git Diff" {
  uses = "groupninemedia/filter-git-diff@master"
  args = "regex ^config"
}