From b013d7e962e86e5391d9c0c0d9e07e2916116cf8 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 27 May 2021 08:40:24 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e7d79d..75c771c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Get branch or tag information without the `/ref/*` prefix steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4.3.2 + uses: tj-actions/branch-names@v4.3 ``` ## Examples @@ -39,7 +39,7 @@ Get branch or tag information without the `/ref/*` prefix steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4.3.2 + uses: tj-actions/branch-names@v4.3 - name: Running on the default branch. if: steps.branch-name.outputs.is_default == 'true' @@ -121,7 +121,7 @@ on: steps: - name: Get branch names. id: branch-names - uses: tj-actions/branch-names@v4.3.2 + uses: tj-actions/branch-names@v4.3 - uses: actions/checkout@v2 with: ref: ${{ steps.branch-names.outputs.base_ref_branch }}