diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-08 11:28:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-08 11:28:01 +0900 |
| commit | 36443a0f1967cae60d772f70cf5d0c00f2e290ed (patch) | |
| tree | 34591afd3d4ee89cf2b10def2dc2fb9df5c99cca /.github | |
| parent | 5f7f0587de51945560939cc789a8705815a40cda (diff) | |
| download | iosdc-japan-2025-albatross-36443a0f1967cae60d772f70cf5d0c00f2e290ed.tar.gz iosdc-japan-2025-albatross-36443a0f1967cae60d772f70cf5d0c00f2e290ed.tar.zst iosdc-japan-2025-albatross-36443a0f1967cae60d772f70cf5d0c00f2e290ed.zip | |
fix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-submodule.yml | 2 |
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})" |
