From 2432d1bab0378c8ed044acaf3aa540ac396b9476 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Tue, 3 Dec 2024 08:58:54 +0100 Subject: [PATCH] chore: adjust test run output --- .github/workflows/test-local.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-local.yml b/.github/workflows/test-local.yml index 5a64a54..48865e6 100644 --- a/.github/workflows/test-local.yml +++ b/.github/workflows/test-local.yml @@ -28,5 +28,4 @@ jobs: pr-title-suffix: '🍒' - name: Get the output run: - echo "The created PR number is ${{ - steps.hello.outputs.pr-number }}" + echo "The created PR number is ${{ steps.cherry-pick.outputs.pr-number }}"