From 102f19e152f90c20b0b99199eb063a18615cc5f8 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 14 Jun 2026 14:32:40 +0000 Subject: [PATCH] Point shared CI/deploy workflows at OpenPhysics/Baton The reusable workflows moved from OpenPhysics/.github to OpenPhysics/Baton; update ci.yml and deploy.yml uses: references and the README accordingly. https://claude.ai/code/session_01DjkJQB888mE2Sz2PXYyFXd --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/deploy.yml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c31f42..e4870d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,16 +24,16 @@ permissions: jobs: ci: - uses: OpenPhysics/.github/.github/workflows/ci.yml@main + uses: OpenPhysics/Baton/.github/workflows/ci.yml@main compliance: - uses: OpenPhysics/.github/.github/workflows/shared-compliance-check.yml@main + uses: OpenPhysics/Baton/.github/workflows/shared-compliance-check.yml@main with: repo-name: TemplateSingleSim dependency-review: if: github.event_name == 'pull_request' - uses: OpenPhysics/.github/.github/workflows/shared-dependency-review.yml@main + uses: OpenPhysics/Baton/.github/workflows/shared-dependency-review.yml@main codeql: - uses: OpenPhysics/.github/.github/workflows/shared-codeql.yml@main + uses: OpenPhysics/Baton/.github/workflows/shared-codeql.yml@main diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c6a515..910486b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ concurrency: jobs: deploy: - uses: OpenPhysics/.github/.github/workflows/deploy.yml@main + uses: OpenPhysics/Baton/.github/workflows/deploy.yml@main permissions: contents: read pages: write diff --git a/README.md b/README.md index 2c85fd1..3e092da 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Vite 8, TypeScript 6, and Biome 2. - Default and projector color profiles - Progressive Web App (installable, offline-capable) - Git hooks for Biome pre-commit checks -- Shared GitHub Actions CI via `OpenPhysics/.github` +- Shared GitHub Actions CI via `OpenPhysics/Baton` ## Quick Start