test: workflow testing
This commit is contained in:
parent
3fae0951ff
commit
7209bb9324
1 changed files with 1 additions and 1 deletions
2
.github/workflows/action-test.yml
vendored
2
.github/workflows/action-test.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: 'get sha'
|
- name: 'get sha'
|
||||||
run: |
|
run: |
|
||||||
git rev-parse --short ${{ inputs.tag }}
|
git rev-parse --short ${{ inputs.tag }}
|
||||||
MYSHA=$(git rev-parse ${{ inputs.tag }})
|
export MYSHA=$(git rev-parse ${{ inputs.tag }})
|
||||||
|
|
||||||
- name: env
|
- name: env
|
||||||
run: env
|
run: env
|
||||||
|
|
Loading…
Reference in a new issue