Skip to content

Commit

Permalink
feat: add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Apr 21, 2022
1 parent 60c996a commit 2c1c3fa
Show file tree
Hide file tree
Showing 4 changed files with 630 additions and 619 deletions.
13 changes: 13 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ inputs:
token:
description: 'The GitHub Token to use to perform this action'
required: true
default: ''
preset:
description: 'Set the Release Count'
required: false
default: 'angular'
main-template:
description: 'Set the writer main template'
required: false
default: '{{commitGroups.[0].commits.[0].type}}{{testContext}}template'
release-count:
description: 'Set the Release Count'
required: false
default: '1'
runs:
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 2c1c3fa

Please sign in to comment.