We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a109c95 commit 03c1a17Copy full SHA for 03c1a17
flake.lock
nix/cloud/actions.nix
@@ -10,27 +10,25 @@
10
}: {
11
io = ''
12
let cfg = {
13
- #lib.io.github_push
+ #lib.io.github_push,
14
#repo: "input-output-hk/cicero"
15
+ inputs: _final_inputs
16
}
17
18
+ _final_inputs: inputs
19
inputs: {
20
cfg.inputs
21
22
ci: match: {
23
ok: true
-
- revision: output.success.revision
24
- // Declare a direct dependency on the input that has the revision
25
- // as CUE flows do not consider indirect dependencies.
26
- _dep: inputs[cfg.#input]
+ revision: cfg._revision
27
28
29
30
output: {
31
success: deployed: true
32
failure: deployed: false
33
- [Case=string]: revision: cfg.output[Case].revision
+ [string]: revision: cfg._revision
34
35
'';
36
0 commit comments