Merge pull request #14 from actions/ethomson/update_description

Update description
This commit is contained in:
Andy McKay
2019-11-12 08:31:59 -08:00
committed by GitHub

View File

@@ -1,14 +1,14 @@
name: 'First interaction'
description: 'Get started with Container actions'
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'