Skip to content

Commit

Permalink
update action name to be unique (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou authored Aug 8, 2021
1 parent b8ee714 commit 222ffb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: 'generate-new-repo'
description: 'Creates new repository at location specified for IETF Drafts'
name: 'create-ietf-draft'
description: 'Creates new repository for IETF Drafts'

inputs:
draft-name:
description: 'Name of new draft and repository'
required: true
org-name:
description: 'Name of Github Organization to use'
description: 'Name of Github Organization to use, otherwise create for user'
create-repo-github-user:
description: 'Github username for create-repo-github-token'
required: true
create-repo-github-token:
description: 'Github token for creating repositories'
required: true
private-repo:
description: 'Whether to create as a private repo (default false)'
description: 'Create as a private repo (default false)'
default: false

runs:
Expand Down

0 comments on commit 222ffb7

Please sign in to comment.