Fixed
This commit is contained in:
parent
3889fa9f42
commit
8fb35b24a3
4
.github/workflows/out_in.yaml
vendored
4
.github/workflows/out_in.yaml
vendored
@ -18,8 +18,8 @@ jobs:
|
||||
|
||||
- name: set 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: get short sha
|
||||
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)"
|
||||
- name: check short sha
|
||||
run: echo "The short sha is ${{ steps.get-short-sha.envs}}"
|
||||
run: echo "The short sha is ${{ steps.get-short-sha.SHORT_SHA}}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user