From 6eaf36534a7948a95b9a4742d120d3e99f6007d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 27 Feb 2026 20:49:34 +0900 Subject: feat(deploy): re-enable update-submodule workflow --- .github/workflows/update-submodule.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml index 2c32a00..7ce099b 100644 --- a/.github/workflows/update-submodule.yml +++ b/.github/workflows/update-submodule.yml @@ -1,7 +1,8 @@ name: Update submodule on: push: - branches: [disable-temporarily] + branches: [main] + jobs: update-submodule: runs-on: ubuntu-latest @@ -15,12 +16,12 @@ jobs: - run: | cd nil.ninja - cd vhosts/t/albatross-php-2026 + cd services/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-php-2026 + git add services/albatross-php-2026 git config user.name nsfisis git config user.email nsfisis@gmail.com - git commit -m "[automated] Update 'vhosts/t/albatross-php-2026' (${GITHUB_SHA})" + git commit -m "[automated] Update 'services/albatross-php-2026' (${GITHUB_SHA})" git push origin main -- cgit v1.3.1