diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-17 17:33:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-17 17:33:54 +0900 |
| commit | a5f69efacb9cbcf36546b5c5aad5832393bd7c7e (patch) | |
| tree | 2af2bbbcc855325704eb525c8dd0ba783c619c35 /.github/workflows/update-submodule.yml.disabled | |
| parent | 8bcfc7e5cdb50ff2c7d6d844d4d9fb1324d9774b (diff) | |
| download | iosdc-japan-2025-albatross-a5f69efacb9cbcf36546b5c5aad5832393bd7c7e.tar.gz iosdc-japan-2025-albatross-a5f69efacb9cbcf36546b5c5aad5832393bd7c7e.tar.zst iosdc-japan-2025-albatross-a5f69efacb9cbcf36546b5c5aad5832393bd7c7e.zip | |
feat(ci): re-enable GitHub Actions
Diffstat (limited to '.github/workflows/update-submodule.yml.disabled')
| -rw-r--r-- | .github/workflows/update-submodule.yml.disabled | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/update-submodule.yml.disabled b/.github/workflows/update-submodule.yml.disabled deleted file mode 100644 index cd13bd3..0000000 --- a/.github/workflows/update-submodule.yml.disabled +++ /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 |
