From 2bfdf87c80bc218b8c4f0a606a52b7dba7180ffd Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Jul 2026 10:09:04 +0000 Subject: [PATCH] ci: drop hardcoded repo-name from the compliance check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The shared compliance workflow already defaults to the calling repository's name, so passing it explicitly is redundant — and three sims (ExtrasolarPlanets, RotatingSky, SolarSystemModels) were still passing the stale 'TemplateSingleSim' value inherited from the template, running their compliance checks under the wrong identity. Relying on the default also keeps future template forks correct. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Vz7L7hZ5S846diqgQDqxX9 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4870d8..865de67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,6 @@ jobs: compliance: uses: OpenPhysics/Baton/.github/workflows/shared-compliance-check.yml@main - with: - repo-name: TemplateSingleSim dependency-review: if: github.event_name == 'pull_request'