diff --git a/.gitignore b/.gitignore index 4bd1d0b..5462c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -act_runner +forgejo-runner .env .runner diff --git a/Makefile b/Makefile index 3092f42..cabf404 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DIST := dist -EXECUTABLE := act_runner +EXECUTABLE := forgejo-runner GOFMT ?= gofumpt -l DIST := dist DIST_DIRS := $(DIST)/binaries $(DIST)/release