output should reference id

This commit is contained in:
koeneijkemans 2020-07-05 08:57:55 +02:00
parent abd075dce5
commit e224891859

View File

@ -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 }}!"