From 0923876b98926dc8af0dc47f33c32c1bf0148a91 Mon Sep 17 00:00:00 2001 From: Alex Martynov Date: Mon, 8 Apr 2024 15:13:27 +0600 Subject: [PATCH] chore(SNP-1124): Update outputs --- .github/workflows/on_open_issue_create_pyrus_task.yml | 2 +- .github/workflows/on_open_pr_create_pyrus_task.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_open_issue_create_pyrus_task.yml b/.github/workflows/on_open_issue_create_pyrus_task.yml index 75c5014..304429f 100644 --- a/.github/workflows/on_open_issue_create_pyrus_task.yml +++ b/.github/workflows/on_open_issue_create_pyrus_task.yml @@ -30,5 +30,5 @@ jobs: with: ISSUE_NUMBER: ${{ github.event.issue.number }} # Don't change the comment link, because the Pyrus task ID is searched by the link text - COMMENT_TEXT: "[Link to Pyrus task](https://pyrus.com/t#id${{ needs.create_pyrus_task.outputs.TASK_ID }})" + COMMENT_TEXT: "[Link to Pyrus task](https://pyrus.com/t#id${{ needs.create_pyrus_task.outputs.PYRUS_TASK_ID }})" REACTIONS: rocket diff --git a/.github/workflows/on_open_pr_create_pyrus_task.yml b/.github/workflows/on_open_pr_create_pyrus_task.yml index 4c4b693..61ef296 100644 --- a/.github/workflows/on_open_pr_create_pyrus_task.yml +++ b/.github/workflows/on_open_pr_create_pyrus_task.yml @@ -30,5 +30,5 @@ jobs: with: ISSUE_NUMBER: ${{ github.event.pull_request.number }} # Don't change the comment link, because the Pyrus task ID is searched by the link text - COMMENT_TEXT: "[Link to Pyrus task](https://pyrus.com/t#id${{ needs.create_pyrus_task.outputs.TASK_ID }})" + COMMENT_TEXT: "[Link to Pyrus task](https://pyrus.com/t#id${{ needs.create_pyrus_task.outputs.PYRUS_TASK_ID }})" REACTIONS: rocket