Skip to content

Debugging Action

Debugging Action #3

name: Debugging Action
on:
workflow_dispatch:
jobs:
hello-world:
runs-on: ubuntu-latest
environment: dev
steps:
- name: Matrix run
run: |
echo "The github context is:" >> $GITHUB_STEP_SUMMARY
echo '```json' >> $GITHUB_STEP_SUMMARY
cat <<EOF >> $GITHUB_STEP_SUMMARY
${{ toJson(github) }}
EOF
echo '```' >> $GITHUB_STEP_SUMMARY