From 45ea43226a07b73bdf578cf46c5e19aef9bc17d9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 7 Feb 2024 08:31:33 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 898296e..b33ed4f 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ _Inspired from [https://github.com/repo-sync/pull-request](https://github.com/re ### Minimum configurations ```yaml - - uses: GuillaumeFalourd/pull-request-action@v1 + - uses: GuillaumeFalourd/pull-request-action@v2 with: - destination_branch: "main" + destination_branch: "my-branch" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -41,7 +41,7 @@ _Inspired from [https://github.com/repo-sync/pull-request](https://github.com/re ### Full configurations ```yaml - - uses: GuillaumeFalourd/pull-request-action@v1 + - uses: GuillaumeFalourd/pull-request-action@v2 with: source_branch: "main" # If blank, default: triggered branch destination_branch: "feature" # If blank, default: main