This commit is contained in:
maximo tejeda 2024-08-17 09:11:53 -04:00
parent ca6289d8a4
commit 8c654e95a4

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: set env variable
run: echo "GIT_SHA_xcxcSHORT=$(git rev-parse --short)" >> $GITHUB_ENV
run: echo "GIT_SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
process:
runs-on: ubuntu-latest
steps: