add new step
This commit is contained in:
parent
bb766c8b6b
commit
5e43ae823a
4
.github/workflows/out_in.yaml
vendored
4
.github/workflows/out_in.yaml
vendored
@ -14,8 +14,10 @@ jobs:
|
||||
run: echo "The build stage is ${{ steps.set-debug-stage.outputs.BUILD_STAGE}}"
|
||||
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: set short sha
|
||||
id: get-short-sha
|
||||
uses: actions/checkout@v3
|
||||
run: echo "SHORT_SHA=$(git rev-parse --short)" >> GITHUB_OUTPUT
|
||||
|
||||
- name: check short sha
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user