diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-10 19:18:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-10 19:18:31 +0900 |
| commit | f0a2d9ceaedf11d05452200662ecc9430dc055f1 (patch) | |
| tree | 64e9072a5a82079d19f877c89b6c2e084962d180 | |
| parent | e73324f8f6db9ee2fe218c11f135134f7f66057d (diff) | |
| download | phperkaigi-2024-albatross-f0a2d9ceaedf11d05452200662ecc9430dc055f1.tar.gz phperkaigi-2024-albatross-f0a2d9ceaedf11d05452200662ecc9430dc055f1.tar.zst phperkaigi-2024-albatross-f0a2d9ceaedf11d05452200662ecc9430dc055f1.zip | |
remove github actions
| -rw-r--r-- | .github/workflows/update-submodule.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml deleted file mode 100644 index 913de26..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 - git fetch --prune origin - git switch -d origin/main - cd "$(git rev-parse --show-superproject-working-tree)" - git add vhosts/t/albatross - git config user.name nsfisis - git config user.email nsfisis@gmail.com - git commit -m "[automated] Update 'vhosts/t/albatross' (${GITHUB_SHA})" - git push origin main |
