mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-30 19:54:43 +00:00
add comment on how to trigger the debug workflows
This commit is contained in:
parent
eb3a5a401f
commit
5f6d300a2d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/debug.yml
vendored
5
.github/workflows/debug.yml
vendored
|
@ -1,5 +1,10 @@
|
||||||
name: "Debug"
|
name: "Debug"
|
||||||
on:
|
on:
|
||||||
|
# curl -fsSL -XPOST \
|
||||||
|
# -H "Accept: application/vnd.github.everest-preview+json" \
|
||||||
|
# -H "Authorization: token $GITHUB_TOKEN" \
|
||||||
|
# --data '{"event_type": "debug"}' \
|
||||||
|
# https://api.github.com/repos/LnL7/nix-darwin/dispatches
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types:
|
types:
|
||||||
- debug
|
- debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue