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 }} ```