test: workflow
This commit is contained in:
parent
b2c6c555d7
commit
9ff17b87ba
1 changed files with 3 additions and 1 deletions
2
.github/workflows/action-test.yml
vendored
2
.github/workflows/action-test.yml
vendored
|
@ -42,3 +42,5 @@ jobs:
|
||||||
|
|
||||||
- name: get env
|
- name: get env
|
||||||
run: env
|
run: env
|
||||||
|
- name: test
|
||||||
|
run: "echo ${{ steps.prep.outputs.tags }}"
|
Loading…
Reference in a new issue