aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-08 11:28:01 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 11:28:01 +0900
commit36443a0f1967cae60d772f70cf5d0c00f2e290ed (patch)
tree34591afd3d4ee89cf2b10def2dc2fb9df5c99cca
parent5f7f0587de51945560939cc789a8705815a40cda (diff)
downloadphperkaigi-2025-albatross-36443a0f1967cae60d772f70cf5d0c00f2e290ed.tar.gz
phperkaigi-2025-albatross-36443a0f1967cae60d772f70cf5d0c00f2e290ed.tar.zst
phperkaigi-2025-albatross-36443a0f1967cae60d772f70cf5d0c00f2e290ed.zip
fix
-rw-r--r--.github/workflows/update-submodule.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml
index d6db3a5..cd13bd3 100644
--- a/.github/workflows/update-submodule.yml
+++ b/.github/workflows/update-submodule.yml
@@ -19,7 +19,7 @@ jobs:
git fetch --prune origin
git switch -d origin/main
cd "$(git rev-parse --show-superproject-working-tree)"
- git add vhosts/t/albatross-swift
+ git add vhosts/t/albatross-php-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})"