From 7abf05d192072461f013cf3c7fc7e42ad1c7c286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Niemier?= Date: Sat, 4 May 2024 03:19:20 +0200 Subject: [PATCH] chore: update GHA badge in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75129e0..90a25da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ systemd [![Hex.pm](https://img.shields.io/hexpm/v/systemd?style=flat-square)](https://hex.pm/packages/systemd) [![HexDocs](https://img.shields.io/badge/HexDocs-docs-blue?style=flat-square)](https://hexdocs.pm/systemd/) [![Hex.pm License](https://img.shields.io/hexpm/l/systemd?style=flat-square)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/hauleth/erlang-systemd/Erlang%20CI?style=flat-square)](https://github.com/hauleth/erlang-systemd/actions) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/hauleth/erlang-systemd/erlang.yml?branch=master&style=flat-square)](https://github.com/hauleth/erlang-systemd/actions) [![Codecov](https://img.shields.io/codecov/c/gh/hauleth/erlang-systemd?style=flat-square)](https://codecov.io/gh/hauleth/erlang-systemd) Simple library for notifying systemd about process state. @@ -14,7 +14,7 @@ Simple library for notifying systemd about process state. - `NOTIFY_SOCKET` communication with supervising process. - Watchdog process will be started automatically (if not disabled). It will also handle sending keep-alive messages automatically. -- Fetching file descritors passed by the supervisor. +- Fetching file descriptors passed by the supervisor. - `journal` logger handler and formatters. ## Installation