Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Nov 8, 2019
1 parent 215051d commit 1ba5d0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 'First interaction'
description: 'Get started with Container actions'
name: 'Greet New Contributors'
description: 'Greet new contributors when they create their first issue or open their first pull request'
author: 'GitHub'
inputs:
repo-token:
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
issue-message:
description: 'Comment to post on an individuals first issue'
description: 'Comment to post on an individual''s first issue'
pr-message:
description: 'Comment to post on an individuals first pull request'
description: 'Comment to post on an individual''s first pull request'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'Dockerfile'

2 comments on commit 1ba5d0f

@aoiuyalong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dockerfile

@danielski1988
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

``

Please sign in to comment.