From 458dcb8cf644b3e2e87590c9dc563fa0ebd18014 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Jul 2026 10:09:06 +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 4071cd2..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: VariableStarPhotometry dependency-review: if: github.event_name == 'pull_request'