forked from mmagician/read-file-action
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,15 @@ | ||
name: Read grant file | ||
name: Read milestone file | ||
author: mmagician | ||
description: 'Read file contents' | ||
inputs: | ||
path: | ||
description: 'File path' | ||
required: true | ||
outputs: | ||
team_name: | ||
description: 'Team name' | ||
contact_name: | ||
description: 'Contact name' | ||
contact_email: | ||
description: 'Contact email' | ||
project_name: | ||
description: 'Project name' | ||
address: | ||
description: 'Registered address of legal entity' | ||
total_cost_btc: | ||
description: 'Total cost, BTC' | ||
total_cost_dai: | ||
description: 'Total cost, DAI' | ||
pr_link: | ||
description: 'Link to application PR' | ||
milestone_number: | ||
description: 'Milestone number' | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters