test: workflow
This commit is contained in:
parent
f87607465b
commit
673435c624
1 changed files with 2 additions and 0 deletions
2
.github/workflows/action-test.yml
vendored
2
.github/workflows/action-test.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
||||||
|
|
||||||
- name: 'get sha'
|
- name: 'get sha'
|
||||||
run: |
|
run: |
|
||||||
|
echo "SHORTREF=${GITHUB_SHA::8}" >> $GITHUB_ENV
|
||||||
|
|
||||||
echo "MYSHA=$(git rev-parse --short ${{ inputs.tag }})" >> $GITHUB_ENV
|
echo "MYSHA=$(git rev-parse --short ${{ inputs.tag }})" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: env
|
- name: env
|
||||||
|
|
Loading…
Reference in a new issue