diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 7958961c8..fcaff1d11 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -10,8 +10,10 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy') steps: - name: Deploy + env: + JSON_DOC: ${{ toJSON(github.event) }} run: | - echo "Deploying..." + echo $JSON_DOC | jq #name: Trigger tests # #on: