really fixed

This commit is contained in:
maximo tejeda 2024-09-01 12:44:51 -04:00
parent 8fb35b24a3
commit 903d6eed67

View File

@ -22,4 +22,4 @@ jobs:
- name: get short sha
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)"
- name: check short sha
run: echo "The short sha is ${{ steps.get-short-sha.SHORT_SHA}}"
run: echo "The short sha is ${{ steps.get-short-sha.outputs.SHORT_SHA}}"