This commit is contained in:
maximo tejeda 2024-08-17 10:18:12 -04:00
parent 490bd91080
commit f99b65dd9e

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: set env variable
run: echo "$(git rev-parse --short HEAD)" # for this to work need first checkout
run: ${{ env.SHORT_SHA}} = "$(git rev-parse --short HEAD)" # for this to work need first checkout
process:
runs-on: ubuntu-latest