Skip to content

End-to-end Testing

End-to-end Testing #2

Workflow file for this run

name: End-to-end Testing
on:
deployment_status:
defaults:
run:
shell: bash -exuo pipefail {0}
jobs:
dump:
name: Get ref
runs-on: ubuntu-22.04
outputs:
env: ${{ steps.env.outputs.name }}
steps:
- run: |
cat > f <<EOF
${{ toJson(github.event) }}
EOF
cat f