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