From 8c090f15c8531926f9eb6a7d9296f55d5703ef8e Mon Sep 17 00:00:00 2001 From: Ali Sajid Date: Tue, 11 Oct 2022 14:53:33 +0500 Subject: [PATCH] Bump package in readme. (#17) - Bumped readme according to the latest release. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 621ed5c5..45c893ff 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ if you don't want to move task omit `targets`. #### Without special characters: ```yaml -uses: insurify/github-asana-action@v1.0.3 +uses: insurify/github-asana-action@v1.0.5 with: asana-pat: 'Your PAT' task-comment: 'View Pull Request Here: ' @@ -51,10 +51,10 @@ with: #### With special characters: ```yaml -uses: insurify/github-asana-action@v1.0.3 +uses: insurify/github-asana-action@v1.0.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"}]' -``` \ No newline at end of file +```