Skip to content

Commit

Permalink
Bump package in readme. (#17)
Browse files Browse the repository at this point in the history
- Bumped readme according to the latest release.
  • Loading branch information
iamalisajid authored Oct 11, 2022
1 parent d710155 commit 8c090f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if you don't want to move task omit `targets`.
#### Without special characters:

```yaml
uses: insurify/[email protected].3
uses: insurify/[email protected].5
with:
asana-pat: 'Your PAT'
task-comment: 'View Pull Request Here: '
Expand All @@ -51,10 +51,10 @@ with:
#### With special characters:

```yaml
uses: insurify/[email protected].3
uses: insurify/[email protected].5
with:
asana-pat: 'Your PAT'
task-comment: 'View Pull Request Here: '
trigger-phrase: "\\*\\*Asana Task:\\*\\*"
targets: '[{"project": "Backlog", "section": "Development Done"}, {"project": "Current Sprint", "section": "In Review"}]'
```
```

0 comments on commit 8c090f1

Please sign in to comment.