From a453bfa0bb2ccd2208803f23ac48fa18ee546b7e Mon Sep 17 00:00:00 2001 From: Martin Dimitrov Date: Wed, 15 Oct 2025 19:32:05 -0700 Subject: [PATCH] add troubleshooting --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4277cfe..9f63676 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # Chromart Gitea Actions -A repo containing reusable Gitea actions / workflows \ No newline at end of file +A repo containing reusable Gitea actions / workflows + + +# debug outputs + +``` +test: + runs-on: ubuntu-22.04 + needs: diff + if: ${{ always() }} + steps: + - name: check output + env: + ALLMYVARS: ${{ toJSON(vars) }} + DIFF: ${{ toJSON(needs) }} + run: | + echo $ALLMYVARS + echo $DIFF +``` \ No newline at end of file