Skip to content

Commit

Permalink
lib: update github status message
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Sep 24, 2023
1 parent adea1ab commit a3aa96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/github/mkGithubStatus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ in {
rev=$(echo "$flake_locked" | sed 's/github:.*\/.*\/\(.*\)/\1/')
target_url="$(echo "$data" | jq '.url' -r)/builds/$build"
context="Typhon: $job"
description="$project:$jobset:$evaluation:$job"
context="Typhon: ${system} / $job"
description="Nix-based continuous integration"
case $status in
"error")
state="failure"
Expand Down

0 comments on commit a3aa96e

Please sign in to comment.