Skip to content

Commit

Permalink
Github action for creating merkle-tree by user
Browse files Browse the repository at this point in the history
  • Loading branch information
gbonumore committed Jan 19, 2023
1 parent 891ce2f commit 7d777a6
Show file tree
Hide file tree
Showing 8 changed files with 8,336 additions and 222 deletions.
19 changes: 13 additions & 6 deletions action.yml
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'
Loading

0 comments on commit 7d777a6

Please sign in to comment.