Compare commits
2 commits
b032bbfabb
...
7454f7a48e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7454f7a48e | ||
|
|
352ce6b38a |
2 changed files with 14 additions and 3 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '**/test.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
boolean:
|
||||||
|
description: 'Boolean'
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -25,3 +33,6 @@ jobs:
|
||||||
jq . - <<'EOF'
|
jq . - <<'EOF'
|
||||||
${{ toJSON(secrets) }}
|
${{ toJSON(secrets) }}
|
||||||
EOF
|
EOF
|
||||||
|
jq . - <<'EOF'
|
||||||
|
${{ toJSON(inputs) }}
|
||||||
|
EOF
|
||||||
|
|
|
||||||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1760462439,
|
"lastModified": 1760500983,
|
||||||
"narHash": "sha256-bks3rTsKGlqehk4l7rViIg2lBnUsY6we22O+ecRZB/c=",
|
"narHash": "sha256-zfY4F4CpeUjTGgecIJZ+M7vFpwLc0Gm9epM/iMQd4w8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "990e5ce6791ff1f497a61280a82eb66e3789e0e9",
|
"rev": "c53e65ec92f38d30e3c14f8d628ab55d462947aa",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue