add new step

This commit is contained in:
maximo tejeda 2024-09-01 12:00:12 -04:00
parent bb766c8b6b
commit 5e43ae823a

View File

@ -14,8 +14,10 @@ jobs:
run: echo "The build stage is ${{ steps.set-debug-stage.outputs.BUILD_STAGE}}" run: echo "The build stage is ${{ steps.set-debug-stage.outputs.BUILD_STAGE}}"
- name: checkout code - name: checkout code
uses: actions/checkout@v4
- name: set short sha
id: get-short-sha id: get-short-sha
uses: actions/checkout@v3
run: echo "SHORT_SHA=$(git rev-parse --short)" >> GITHUB_OUTPUT run: echo "SHORT_SHA=$(git rev-parse --short)" >> GITHUB_OUTPUT
- name: check short sha - name: check short sha