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