From e22489185924365243156845c63b4d18abf8f872 Mon Sep 17 00:00:00 2001 From: koeneijkemans Date: Sun, 5 Jul 2020 08:57:55 +0200 Subject: [PATCH] output should reference id --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac18141..2edd175 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,4 +13,4 @@ jobs: id: getversion uses: diligencia/semantic-git-version-action@master - name: Echo name - run: echo "The name of the branch is ${{ steps.build.outputs.branchname }}!" + run: echo "The name of the branch is ${{ steps.getversion.outputs.branchname }}!"