From c095200dc79f24c0cd17a2e3ba15c85a2971ea9a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 17 Feb 2026 20:42:02 +0900 Subject: feat: rename iOSDC Japan 2025 references to PHPerKaigi 2026 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace all remaining references to the forked event name: - Base path: /iosdc-japan/2025/code-battle/ → /phperkaigi/2026/code-battle/ - Display text and HTML titles - CSS utility class: bg-iosdc-japan → bg-phperkaigi - GitHub Actions submodule path: albatross-swift-2025 → albatross-php-2026 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/update-submodule.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/update-submodule.yml') diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml index 8f264ad..2c32a00 100644 --- a/.github/workflows/update-submodule.yml +++ b/.github/workflows/update-submodule.yml @@ -15,12 +15,12 @@ jobs: - run: | cd nil.ninja - cd vhosts/t/albatross-swift-2025 + cd vhosts/t/albatross-php-2026 git fetch --prune origin git switch -d origin/main cd "$(git rev-parse --show-superproject-working-tree)" - git add vhosts/t/albatross-swift-2025 + git add vhosts/t/albatross-php-2026 git config user.name nsfisis git config user.email nsfisis@gmail.com - git commit -m "[automated] Update 'vhosts/t/albatross-swift-2025' (${GITHUB_SHA})" + git commit -m "[automated] Update 'vhosts/t/albatross-php-2026' (${GITHUB_SHA})" git push origin main -- cgit v1.3.1