Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Eight1911 committed Oct 29, 2021
1 parent 307cede commit c3f89a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: Create a comment in Asana Task
steps:
- name: Create a comment
uses: Asana/comment-on-task-github-action@v1.0
uses: Asana/comment-on-task-github-action@latest
id: createComment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
name: Comment on Asana Task
steps:
- name: Create a comment
uses: Asana/comment-on-task-github-action@v1.0
uses: Asana/comment-on-task-github-action@latest
id: createComment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
Expand All @@ -131,7 +131,7 @@ jobs:
name: Create a comment in Asana Task
steps:
- name: Create a comment
uses: Asana/comment-on-task-github-action@v1.0
uses: Asana/comment-on-task-github-action@latest
id: createComment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion example-workflow-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Create a comment in Asana Task
steps:
- name: Create a comment
uses: Asana/comment-on-task-github-action@v1.0
uses: Asana/comment-on-task-github-action@latest
id: createComment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
Expand Down

0 comments on commit c3f89a2

Please sign in to comment.