From 7da81ed5d6efd3eabce7e0e126bfcfc38dd1ef7f Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 21 Nov 2024 23:00:36 +1100 Subject: [PATCH] update task url --- .github/workflows/hotfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml index f01d8be580..09c250f120 100644 --- a/.github/workflows/hotfix.yml +++ b/.github/workflows/hotfix.yml @@ -63,5 +63,5 @@ jobs: WORKFLOW_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} run: | bundle exec fastlane run asana_add_comment \ - task_url:"${{ steps.create_release_task.outputs.asana_task_url }}" \ + task_url:"${{ steps.make_release_branch.outputs.asana_task_url }}" \ template_name:"hotfix-branch-ready" \ No newline at end of file