From a1e4121a23c3d44bc89eea470f7ff5043d6aae5c Mon Sep 17 00:00:00 2001 From: Yuta Nakamura Date: Thu, 30 Nov 2023 21:31:32 +0900 Subject: [PATCH] test --- .github/workflows/auto-pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-pull-request.yml b/.github/workflows/auto-pull-request.yml index 5e55edf..d404e47 100644 --- a/.github/workflows/auto-pull-request.yml +++ b/.github/workflows/auto-pull-request.yml @@ -20,7 +20,8 @@ jobs: run: | git fetch git log origin/test/ci..origin/release-stg - git log --all + echo "==========================" + git log origin/test/ci - name: Run a script uses: ./ with: