We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfca32 commit b92f665Copy full SHA for b92f665
action.yml
@@ -34,6 +34,9 @@ inputs:
34
init:
35
description: "The init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`)"
36
required: false
37
+ job-status:
38
+ description: The overall status of the job. Set automatically, for aggregate analysis of Nix stability.
39
+ default: ${{ job.status }}
40
kvm:
41
description: Automatically configure the GitHub Actions Runner for NixOS test supports, if the host supports it.
42
0 commit comments