From 02867b47765c8d8a559ae68d591301ac2bbb2e5f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 23 Jun 2021 17:09:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5d3e4..c6a9a29 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ on: uses: tj-actions/branch-names@v4.3 - uses: actions/checkout@v2 with: - ref: ${{ steps.branch-names.outputs.base_ref_branch }} + ref: ${{ steps.branch-names.outputs.head_ref_branch }} ``` * Free software: [MIT license](LICENSE)