diff --git a/.github/workflows/go.yml b/.github/workflows/woodcutter.yml similarity index 98% rename from .github/workflows/go.yml rename to .github/workflows/woodcutter.yml index 0d05aaf..4065132 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/woodcutter.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: Woodcutter on: push: diff --git a/README.md b/README.md index 6c1da9e..d956f00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Woodcutter -[![Build](https://github.com/Rajil1213/woodcutter/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/Rajil1213/woodcutter/actions/workflows/go.yml) +[![Build](https://github.com/Rajil1213/woodcutter/actions/workflows/woodcutter.yml/badge.svg?branch=main)](https://github.com/Rajil1213/woodcutter/actions/workflows/woodcutter.yml) ![coverage](https://raw.githubusercontent.com/Rajil1213/woodcutter/badges/.badges/main/coverage.svg) Woodcutter is a Go package for writing logs to rolling files, forked from [lumberjack](https://github.com/natefinch/lumberjack). This fork was created since the original package remains largely unmaintained.