Files
bun.sh/.github/workflows/debug.yml
Ashcon Partovi 96e84b276b Add a debug workflow
Github actions only triggers the `status` event if the workflow is in the main branch. This can be removed later.
2024-06-26 18:38:56 -07:00

12 lines
194 B
YAML

name: Debug
on: status
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Debug
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"