From 8d50798d5430193cb2ed37663597e1ce75f6d51d Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 25 Mar 2022 14:04:32 +0100 Subject: [PATCH] Show more outputs --- .github/workflows/aaa-build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aaa-build.yml b/.github/workflows/aaa-build.yml index 9982436..673d3ff 100644 --- a/.github/workflows/aaa-build.yml +++ b/.github/workflows/aaa-build.yml @@ -32,10 +32,16 @@ jobs: dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }} debug: - needs: [configure] + needs: [params, configure] name: Debug runs-on: ubuntu-latest steps: + - name: "[DEBUG] Show params outputs" + shell: bash + run: | + echo 'matrix=${{ needs.params.outputs.matrix }}' + echo 'refs=${{ needs.params.outputs.refs }}' + - name: "[DEBUG] Show configure outputs" shell: bash run: |