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