Add dump github context workflow

This commit is contained in:
clsty
2025-10-10 00:28:23 +08:00
parent 44cdb3a52e
commit 9ff93169df
+14
View File
@@ -0,0 +1,14 @@
name: Dump github context
on:
workflow_dispatch:
jobs:
dump_github_context:
runs-on: ubuntu-latest
steps:
- name: Dump github context
run: echo "$GITHUB_CONTEXT"
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github) }}