From 520467b6f728ecd36e157840dd0d16a01b05f00b Mon Sep 17 00:00:00 2001 From: baku-ccron Date: Thu, 27 Aug 2026 04:21:04 +0000 Subject: [PATCH] ci: rename git-clean job id copy-artifacts -> git-clean The job id is the name that shows in the checks list. The file and workflow name were already standard; this is the third name. The rainix reusable workflow in the uses: line is unchanged. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/git-clean.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-clean.yaml b/.github/workflows/git-clean.yaml index 2324c62..085e153 100644 --- a/.github/workflows/git-clean.yaml +++ b/.github/workflows/git-clean.yaml @@ -1,6 +1,6 @@ name: Git is clean on: [push] jobs: - copy-artifacts: + git-clean: uses: rainlanguage/rainix/.github/workflows/rainix-copy-artifacts.yaml@main secrets: inherit