From 9ff17b87ba63294b1d15412c78cd00a3c06840fc Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 29 Jul 2022 16:04:53 -0400 Subject: [PATCH] test: workflow --- .github/workflows/action-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 611f1ab..e692076 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -41,4 +41,6 @@ jobs: echo ::set-output name=docker_image::${DOCKER_IMAGE} - name: get env - run: env \ No newline at end of file + run: env + - name: test + run: "echo ${{ steps.prep.outputs.tags }}" \ No newline at end of file