Compare commits

..
Author SHA1 Message Date
Andy McKay 14a05b2511 Update action.yml
Revert name
2019-11-12 08:28:17 -08:00
Edward Thomson 1ba5d0f229 Update description 2019-11-08 16:54:30 +00:00
Danny McCormick 215051d77c Fix url 2019-08-29 15:53:22 -04:00
Mike Coutermarsh 2144f78be8 Merge pull request #6 from robinbrandt/patch-1
Fix typo in README
2019-08-18 13:23:06 -07:00
Robin Brandt c99bd8f80b Fix typo in README
Found this while reading the source for some GitHub actions.
2019-08-16 06:52:50 -04:00
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ steps:
- uses: actions/first-interaction@v1 - uses: actions/first-interaction@v1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Mesage with markdown.\nThis is the message that will be displayed on users' first issue.' issue-message: '# Message with markdown.\nThis is the message that will be displayed on users' first issue.'
pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.' pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.'
``` ```
+4 -4
View File
@@ -1,14 +1,14 @@
name: 'First interaction' 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' author: 'GitHub'
inputs: inputs:
repo-token: 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 required: true
issue-message: issue-message:
description: 'Comment to post on an individuals first issue' description: 'Comment to post on an individual''s first issue'
pr-message: pr-message:
description: 'Comment to post on an individuals first pull request' description: 'Comment to post on an individual''s first pull request'
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'
+1 -1
View File
@@ -10,7 +10,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/actions/container-toolkit-template.git" "url": "git+https://github.com/actions/first-interaction.git"
}, },
"keywords": [ "keywords": [
"actions", "actions",