aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
commita7ce31249948e4f0c1950de93f3c4f7cdda51cf4 (patch)
treec4c740f0cccd15f825596f7a115f3b8f8eb8ffa7 /.github/workflows
parent7f4d16dca85263dcbc7b3bb29f5fc50f4371739d (diff)
parentc06d46eae30c9468535fb6af5e9b822acadbbdb6 (diff)
downloadphperkaigi-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.gz
phperkaigi-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.zst
phperkaigi-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.zip
Merge branch 'phperkaigi-2025'
Diffstat (limited to '.github/workflows')
-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