diff --git a/.github/workflows/rpm-build-and-test.yml b/.github/workflows/rpm-build-and-test.yml index 6f33efc1ad0..7637dc25389 100644 --- a/.github/workflows/rpm-build-and-test.yml +++ b/.github/workflows/rpm-build-and-test.yml @@ -86,6 +86,13 @@ jobs: steps: - name: Make outputs from env variables run: echo "Make outputs from env variables" + - name: Debug + uses: raven-actions/debug@v1 + with: + vars-context: ${{ toJson(vars) }} # optional + secrets-context: ${{ toJson(secrets) }} # optional + needs-context: ${{ toJson(needs) }} # optional + inputs-context: ${{ toJson(inputs) }} # optional Call-RPM-Build: name: Build RPM