aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-18 00:51:12 +0900
committernsfisis <nsfisis@gmail.com>2025-08-18 00:51:12 +0900
commit51a359755653360ab0d8e00e5232a6a79a8c266b (patch)
tree2a024687b10085a7f42f569bd7680bfc3d06d5c3 /.github
parent316d799609685aba53056c63dc61754ef5143e4f (diff)
downloadiosdc-japan-2025-albatross-51a359755653360ab0d8e00e5232a6a79a8c266b.tar.gz
iosdc-japan-2025-albatross-51a359755653360ab0d8e00e5232a6a79a8c266b.tar.zst
iosdc-japan-2025-albatross-51a359755653360ab0d8e00e5232a6a79a8c266b.zip
fix(ci): submodule path
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-submodule.yml6
1 files 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