Add echo
This commit is contained in:
parent
ce0bf41084
commit
ad11852cc6
2
.github/workflows/out_in.yaml
vendored
2
.github/workflows/out_in.yaml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
- name: set short sha
|
- name: set short sha
|
||||||
id: get-short-sha
|
id: get-short-sha
|
||||||
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> GITHUB_OUTPUT
|
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> GITHUB_OUTPUT
|
||||||
|
- name: set short sha
|
||||||
|
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)"
|
||||||
|
|
||||||
- name: check short sha
|
- name: check short sha
|
||||||
run: echo "The short sha is ${{ steps.get-short-sha.outputs.SHORT_SHA}}"
|
run: echo "The short sha is ${{ steps.get-short-sha.outputs.SHORT_SHA}}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user