From b2225cd7c553a79fc0b87f7fcf48c2e55d6c2a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Thu, 23 Feb 2023 00:09:12 +0100 Subject: [PATCH] the canonical name is forgejo-runner --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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