From 247a13a87b917fa3d887799806b1f0e3e3e7b54f Mon Sep 17 00:00:00 2001 From: RedBigz Date: Wed, 12 Jun 2024 18:17:33 +1000 Subject: [PATCH] Fix naming typo --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c0be750..5f35737 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,5 +1,5 @@ # This defines the name of the workflow as it will appear in the "Actions" tab of the GitHub repository. -name: 'Link Checker: All English' +name: 'Builder' on: workflow_dispatch: