From 51a359755653360ab0d8e00e5232a6a79a8c266b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 18 Aug 2025 00:51:12 +0900 Subject: fix(ci): submodule path --- .github/workflows/update-submodule.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml index cd13bd3..9ebe0e4 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-php-2025 + cd vhosts/t/albatross-swift-2025 git fetch --prune origin git switch -d origin/main cd "$(git rev-parse --show-superproject-working-tree)" - git add vhosts/t/albatross-php-2025 + git add vhosts/t/albatross-swift-2025 git config user.name nsfisis git config user.email nsfisis@gmail.com - git commit -m "[automated] Update 'vhosts/t/albatross-php-2025' (${GITHUB_SHA})" + git commit -m "[automated] Update 'vhosts/t/albatross-swift-2025' (${GITHUB_SHA})" git push origin main -- cgit v1.2.3-70-g09d2