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