Merge pull request #17394 from Bonial-International-GmbH/pjungermann/uffizzi-gitref

ci(uffizzi): provide git ref to uffizzi preview-action
This commit is contained in:
Fredrik Adelöw
2023-04-15 16:38:08 +02:00
committed by GitHub
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
- name: Read Git Ref From Event Object
id: ref
run: echo "GIT_REF=${{ fromJSON(env.EVENT_JSON).head.sha }}" >> $GITHUB_ENV
run: echo "GIT_REF=${{ fromJSON(env.EVENT_JSON).pull_request.head.sha }}" >> $GITHUB_ENV
- name: DEBUG - Print Job Outputs
if: ${{ runner.debug }}