Skip to content

Commit

Permalink
Merge pull request #27 from Asana/updated-action-version-to-1.2-in-RE…
Browse files Browse the repository at this point in the history
…ADME.md

updated action version in README.md
  • Loading branch information
whitershade authored Jun 26, 2023
2 parents 14ff457 + b96bea6 commit 4d521f8
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 4d521f8

Please sign in to comment.