From 15c2fb87674307ddfb08ccd5f9515e2a1171fcfb Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 9 Jan 2026 20:21:22 +0900 Subject: [PATCH 1/3] test commit dir --- .github/workflows/test.yaml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 722c4dce..2f95ff9f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,13 +1,19 @@ --- name: test -on: - push: - tags: - - v* +on: pull_request jobs: test: runs-on: ubuntu-24.04 + timeout-minutes: 10 + permissions: + contents: write steps: - - run: echo "$PAYLOAD" - env: - PAYLOAD: ${{ toJson(github.event) }} + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + with: + persist-credentials: false + - run: mkdir fooo + - run: echo bar > fooo/bar.txt + - run: echo zoo > fooo/zoo.txt + - uses: suzuki-shunsuke/commit-action@87b297f0ce551411b43d1880f4fb3cbc60381055 # v0.0.14 + with: + files: fooo From 1fb1d37e603fa57f9e85823c86ce0f2465f25716 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 9 Jan 2026 20:26:46 +0900 Subject: [PATCH 2/3] test --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2f95ff9f..04688389 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,6 +14,7 @@ jobs: - run: mkdir fooo - run: echo bar > fooo/bar.txt - run: echo zoo > fooo/zoo.txt - - uses: suzuki-shunsuke/commit-action@87b297f0ce551411b43d1880f4fb3cbc60381055 # v0.0.14 + # - uses: suzuki-shunsuke/commit-action@87b297f0ce551411b43d1880f4fb3cbc60381055 # v0.0.14 + - uses: suzuki-shunsuke/commit-action@pr/257 with: files: fooo From 3e9472b1ebc2ff3a7f56fc282b8f45b91a14fec2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 11:27:03 +0000 Subject: [PATCH 3/3] commit changes --- fooo/bar.txt | 1 + fooo/zoo.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 fooo/bar.txt create mode 100644 fooo/zoo.txt diff --git a/fooo/bar.txt b/fooo/bar.txt new file mode 100644 index 00000000..5716ca59 --- /dev/null +++ b/fooo/bar.txt @@ -0,0 +1 @@ +bar diff --git a/fooo/zoo.txt b/fooo/zoo.txt new file mode 100644 index 00000000..d15dc457 --- /dev/null +++ b/fooo/zoo.txt @@ -0,0 +1 @@ +zoo