changed to checkout

This commit is contained in:
maximo tejeda 2024-08-17 09:07:33 -04:00
parent 387be9b595
commit ca6289d8a4

View File

@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: set env variable
run: echo "GIT_SHA_xcxcSHORT=$(git rev-parse --short)" >> $GITHUB_ENV
process: process:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: set env variable
run: echo "GIT_SHA_xcxcSHORT=$(git rev-parse --short)" >> $GITHUB_ENV
- name: run one line script - name: run one line script
run: echo one line script run: echo one line script
- name: runs a set of command using the runner shell - name: runs a set of command using the runner shell