aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-04 22:05:46 +0900
committernsfisis <nsfisis@gmail.com>2025-03-04 22:05:46 +0900
commit9c61843bdbd67d3c026bd8fc1a82f5cb9a984131 (patch)
tree75b41b207d636e978c788bb23e0deb8eff92675f /.github
parent904bd8ed4abbd9e9497232773f7aaa4b209f8e35 (diff)
downloadphperkaigi-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.tar.gz
phperkaigi-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.tar.zst
phperkaigi-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.zip
update site name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-submodule.yml52
1 files changed, 26 insertions, 26 deletions
diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml
index ac6142d..833c781 100644
--- a/.github/workflows/update-submodule.yml
+++ b/.github/workflows/update-submodule.yml
@@ -1,26 +1,26 @@
-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-swift
- git fetch --prune origin
- git switch -d origin/main
- cd "$(git rev-parse --show-superproject-working-tree)"
- git add vhosts/t/albatross-swift
- git config user.name nsfisis
- git config user.email nsfisis@gmail.com
- git commit -m "[automated] Update 'vhosts/t/albatross-swift' (${GITHUB_SHA})"
- git push origin main
+# 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-swift
+# git fetch --prune origin
+# git switch -d origin/main
+# cd "$(git rev-parse --show-superproject-working-tree)"
+# git add vhosts/t/albatross-swift
+# git config user.name nsfisis
+# git config user.email nsfisis@gmail.com
+# git commit -m "[automated] Update 'vhosts/t/albatross-swift' (${GITHUB_SHA})"
+# git push origin main