From 2cb998d18de1f5928a3b2c995ab5c2d32f22c898 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 14 Aug 2025 22:45:51 +0900 Subject: feat(ci): Disable GitHub Actions temporarily --- .github/workflows/update-submodule.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/update-submodule.yml (limited to '.github/workflows/update-submodule.yml') diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml deleted file mode 100644 index cd13bd3..0000000 --- a/.github/workflows/update-submodule.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Update submodule -on: - push: - branches: [main] -jobs: - update-submodule: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - repository: nsfisis/nil.ninja - submodules: true - token: ${{ secrets.GH_PAT }} - path: nil.ninja - - - run: | - cd nil.ninja - cd vhosts/t/albatross-php-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 config user.name nsfisis - git config user.email nsfisis@gmail.com - git commit -m "[automated] Update 'vhosts/t/albatross-php-2025' (${GITHUB_SHA})" - git push origin main -- cgit v1.2.3-70-g09d2