This commit is contained in:
maximo tejeda 2024-08-17 09:42:17 -04:00
parent 0224a38bc7
commit 02c20374e6

View File

@ -14,7 +14,7 @@ jobs:
- name: run one line script - name: run one line script
run: echo one line script run: echo one line script
- name: set env variable - name: set env variable
run: echo "$(git rev-parse --short HEAD)" > ${{ vars.GIT_SHA_SHORT }} run: echo "$(git rev-parse --short HEAD)"
- name: runs a set of command using the runner shell - name: runs a set of command using the runner shell
run: | run: |
echo Add oher actions to build, echo Add oher actions to build,