From 83e02893026f85c19a4f0f3d65347ca6c8c8e36d Mon Sep 17 00:00:00 2001 From: CY Date: Thu, 27 Jul 2023 17:00:49 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d8a4d..1ecbc43 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Merge Base Branch into PR - uses: // + uses: cycleapple/PR-Update@v1 with: baseBranch: ${{ github.event.pull_request.base.ref }} ```