generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github action for creating merkle-tree by user
- Loading branch information
Showing
8 changed files
with
8,336 additions
and
222 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,11 +1,18 @@ | ||
name: 'Your name here' | ||
description: 'Provide a description here' | ||
author: 'Your name or organization here' | ||
name: 'PR with json formatted merkletree' | ||
description: 'This action will create a PR with merged merkletree by address' | ||
inputs: | ||
milliseconds: # change this | ||
owner: | ||
description: 'The owner of the repository' | ||
required: true | ||
repo: | ||
description: 'The name of the repository' | ||
required: true | ||
token: | ||
description: 'The token to use to access the GitHub API' | ||
required: true | ||
branch: | ||
description: 'The branch to create the PR from' | ||
required: true | ||
description: 'input description here' | ||
default: 'default value if applicable' | ||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' |
Oops, something went wrong.