From fcbd682f0cc55de57de28cdb42a149e796c7e056 Mon Sep 17 00:00:00 2001 From: gring2 Date: Tue, 9 Mar 2021 16:03:59 +0900 Subject: [PATCH] test it --- .github/workflows/create_pr.yml | 4 ++-- it | 0 test | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 it create mode 100644 test diff --git a/.github/workflows/create_pr.yml b/.github/workflows/create_pr.yml index 3117508..ac9729d 100644 --- a/.github/workflows/create_pr.yml +++ b/.github/workflows/create_pr.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: release + ref: master - name: Make changes to pull request id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" @@ -29,7 +29,7 @@ jobs: committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false - branch: master + branch: release title: 'Release PR ${{ steps.date.outputs.date }}' body: | Auto-generated by [create-pull-request][1] diff --git a/it b/it new file mode 100644 index 0000000..e69de29 diff --git a/test b/test new file mode 100644 index 0000000..e69de29