Skip to content

Commit 37c2d27

Browse files
committed
give cicero/cd's inputs human-readable names
1 parent 15772db commit 37c2d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/cloud/actions.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
...
1010
}: let
1111
factNames = {
12-
ci = "ci";
13-
push = "push";
12+
ci = "CI passed";
13+
push = "Push to repo";
1414
};
1515

1616
newArgs = {
@@ -45,7 +45,7 @@
4545
inputs: {
4646
cfg.inputs
4747
48-
${factNames.ci}: match: {
48+
"${factNames.ci}": match: {
4949
ok: true
5050
revision: cfg._revision
5151
}

0 commit comments

Comments
 (0)