Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Sep 2, 2020
1 parent e461b27 commit 059389d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
TELEGRAM_TOKEN: ${{ secrets.telegram_token }}
TELEGRAM_CHAT: ${{ secrets.telegram_chat }}
with:
STATUS: ${{job.status}} # this is required for accessing the status of certain job
```
You can pass the following optional inputs:
```yaml
with:
footer: 'Append a message to default message'
message: 'Override the default message (footer included)'
STATUS: ${{job.status}} # Required for accessing the status of certain job
footer: 'Append a message to default message' # Optional
message: 'Override the default message (footer included)' # Optional

```

Expand All @@ -49,6 +44,7 @@ You can pass the following optional inputs:

## Inputs variables

- **STATUS** *required* `${{job.status}}`
- **footer** *optional* `string` - Append a message to default message
- **message** *optional* `string` - Override the default message (footer included)

Expand Down

0 comments on commit 059389d

Please sign in to comment.