Set new cooker name -fix1

This commit is contained in:
XargonWan 2022-10-08 15:15:18 +02:00
parent 4f9d64d6f5
commit d0bc68013a

View file

@ -33,7 +33,7 @@ jobs:
- name: Generate build ID
id: generating_buildid
#run: echo "##[set-output name=build-id;]$(echo "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}")"
run: echo "##[set-output name=build-id;]$(echo "${{ git rev-parse --short HEAD }}")"
run: echo "##[set-output name=build-id;]$(echo "$( git rev-parse --short HEAD )")"
- uses: actions/checkout@v3