diff --git a/.github/workflows/pr-review-notifications.yml b/.github/workflows/pr-review-notifications.yml index 7d15ac3..d4689d9 100644 --- a/.github/workflows/pr-review-notifications.yml +++ b/.github/workflows/pr-review-notifications.yml @@ -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 diff --git a/README.md b/README.md index 04de0df..9d25a6a 100644 --- a/README.md +++ b/README.md @@ -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