Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmaniac committed Jun 7, 2020
1 parent 49152b1 commit c0fc5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ This will let you create an issue based on user input from your GitHub Workflow

## Usages
```yaml
- uses: nashmaniac/create-issue-action
- uses: nashmaniac/create-issue-action@v1.1
name: Create Issue Action
with:
title: Build Failed
token: ${{secrets.GITHUB_TOKEN}}
assignees: ${{github.actor}}
labels: worflow-failed
body: Workflow failed for commit ${{github.sha}}
```
```

0 comments on commit c0fc5a4

Please sign in to comment.