Compare commits

...

8 Commits

Author SHA1 Message Date
Nick Alteen 6de062d9b6 Merge pull request #16 from simonw/patch-1
Demonstrate |- multiline YAML string in README
2025-02-19 12:10:44 -05:00
Simon Willison 8c5a0e4aad Demonstrate |- multiline YAML string in README 2019-11-27 15:32:50 -08:00
Andy McKay 6947fba479 Merge pull request #14 from actions/ethomson/update_description
Update description
2019-11-12 08:31:59 -08:00
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 12 additions and 8 deletions
+6 -2
View File
@@ -11,8 +11,12 @@ steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Mesage 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.'
issue-message: |-
# Message with markdown.
This 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.
```
# License
+5 -5
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'
+1 -1
View File
@@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/container-toolkit-template.git"
"url": "git+https://github.com/actions/first-interaction.git"
},
"keywords": [
"actions",