From 8c07566acf031fdada818dbaa922eac21ad65bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Thu, 19 Dec 2024 12:49:07 +0100 Subject: [PATCH] addressing PR comments --- .github/workflows/pr-review-notifications.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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