mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
15 lines
271 B
YAML
15 lines
271 B
YAML
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) }}
|