Skip to content

Sousfiane/diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diff

A JavaScript Diff GitHub Action that print the diff between two files and create a Diff log in the project root.

Usage

The only thing you have to do is to convert both files contents in base64.

Here's an example :

- name: Run diff action
  uses: Sousfiane/diff@v1.3
  with:
    old_file: <old_file content in base64>
    new_file: <new_file content in base64>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published