Skip to content

DanielMSchmidt/github-action-output-migration-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action Output Migration Tool Rust

CLI to migrate the deprectated echo "::set-output name=dir::$(yarn cache dir)" output syntax to the newer echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT syntax.

Usage

  1. Download the binary
  2. chmod +x /path/to/binary
  3. /path/to/binary /path/to/repo/.github/workflows/
  4. Done

Why?

Wanted to write some Rust that is useful to me. Yeah, a Regex search and replace would have been faster.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages