Skip to content

Commit b92f665

Browse files
authored
Add the job-status option (#125)
1 parent ddfca32 commit b92f665

File tree

3 files changed

+12
-3036
lines changed

3 files changed

+12
-3036
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ inputs:
3434
init:
3535
description: "The init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`)"
3636
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 }}
3740
kvm:
3841
description: Automatically configure the GitHub Actions Runner for NixOS test supports, if the host supports it.
3942
required: false

0 commit comments

Comments
 (0)