From 2f569ee6edc92905dbe1e63f899678e31df2d3ee Mon Sep 17 00:00:00 2001 From: baku-ccron Date: Thu, 27 Aug 2026 04:23:58 +0000 Subject: [PATCH] Rename the Git is clean job id to git-clean Closes #27 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