From 03974123237027957912e6e01fab354d949586a9 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Wed, 15 May 2024 14:54:15 +0100 Subject: [PATCH] WIP --- .github/workflows/touchstone-receive.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/touchstone-receive.yaml b/.github/workflows/touchstone-receive.yaml index 93b55e23..2b09116b 100644 --- a/.github/workflows/touchstone-receive.yaml +++ b/.github/workflows/touchstone-receive.yaml @@ -21,7 +21,9 @@ jobs: config: ${{ steps.read_touchstone_config.outputs.config }} steps: - name: Echo github obj - run: echo ${{ toJson(github) }} + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT" - name: Checkout repo uses: actions/checkout@v3