Skip to content

w3f/parse-grant-application-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse-grant-application-action

Read file contents. Forked and adapted from https://github.com/juliangruber/read-file-action

Usage

steps:
  - name: Reads the filled-in application template and parses it
    id: grant_parser
    uses: w3f/parse-grant-application-action@master
    with:
      path: <path to the file>
      strict: 'false' # optional, default is true
  - name: Echo outputs
    run: echo ${{ steps.grant_parser.outputs.team_name }}

Building

The file that eventually gets used is dist/index.js After modifying the code, use npm run build to update the distribution.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published