Skip to content

Commit

Permalink
addressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Dec 19, 2024
1 parent 1ff5e20 commit 8c07566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-review-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Checkout actions repo # required so we can reference the actions locally
uses: actions/checkout@v4
with:
ref: david/improve-pr-notifications
path: actions
repository: duckduckgo/native-github-asana-sync

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
- name: Use Asana Task ID from above step
with:
asana-collaborators: '${{ steps.find-asana-task-id.outputs.asanaTaskId }}'
asana-task-id: '${{ steps.find-asana-task-id.outputs.asanaTaskId }}'
```

### Post comment in Asana task
Expand Down

0 comments on commit 8c07566

Please sign in to comment.