Skip to content

Commit

Permalink
updated action version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitershade authored Apr 3, 2023
1 parent 14ff457 commit b96bea6
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 @@ -121,7 +121,7 @@ jobs:
name: Create pull request attachments on Asana tasks
steps:
- name: Create pull request attachments
uses: Asana/create-app-attachment-github-action@latest
uses: Asana/create-app-attachment-github-action@v1.2
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
Expand All @@ -141,7 +141,7 @@ jobs:
name: Create pull request attachments on Asana tasks
steps:
- name: Create pull request attachments
uses: Asana/create-app-attachment-github-action@latest
uses: Asana/create-app-attachment-github-action@v1.2
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
Expand Down

0 comments on commit b96bea6

Please sign in to comment.