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