Skip to content

A GitHub action used to zip file contents

License

Notifications You must be signed in to change notification settings

lefherz/action-sed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sed Files Action

This GitHub action exposes the sed command for use in building/archiving.

**Note: doesn't work (yet).

Usage

An example action config is displayed below:

action "sed" {
  uses = "lefherz/action-sed@master"
  args = "sed -r output.sed ./path_to_files"
}
- name: sed
  uses: lefherz/action-sed@master
  with:
    args: sed -ie "s/olddata/newdates/g" ./path_to_files"

About

A GitHub action used to zip file contents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 90.3%
  • Shell 9.7%