diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-27 20:49:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-27 20:54:21 +0900 |
| commit | 6eaf36534a7948a95b9a4742d120d3e99f6007d6 (patch) | |
| tree | 4a7dd703d661e332aaa00fb75eea12fb7399c816 /.github | |
| parent | 6d85a8f97c8c9e086f2f9b8c71fd730bff12af07 (diff) | |
| download | phperkaigi-2026-albatross-6eaf36534a7948a95b9a4742d120d3e99f6007d6.tar.gz phperkaigi-2026-albatross-6eaf36534a7948a95b9a4742d120d3e99f6007d6.tar.zst phperkaigi-2026-albatross-6eaf36534a7948a95b9a4742d120d3e99f6007d6.zip | |
feat(deploy): re-enable update-submodule workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-submodule.yml | 9 |
1 files changed, 5 insertions, 4 deletions
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 |
