mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 09:43:50 +08:00
output should reference id
This commit is contained in:
parent
abd075dce5
commit
e224891859
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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 }}!"
|
||||
|
Loading…
Reference in New Issue
Block a user