Skip to content

Commit

Permalink
Fix bad action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jun 6, 2020
1 parent 3be78a4 commit d777be6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: 'Updates a changelog if certain labels are set'
runs:
using: 'docker'
image: 'Dockerfile'
inputs:
git_user_name:
description: 'Name to associate with commits'
required: true
git_user_email:
description: 'Email to associate with commits'
required: true
inputs:
git_user_name:
description: 'Name to associate with commits'
required: true
git_user_email:
description: 'Email to associate with commits'
required: true

0 comments on commit d777be6

Please sign in to comment.