From 69d598ec92865a1bd92f7ebac82e420c4e3d6c3d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 12 Feb 2021 15:02:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4421a61..8e7f523 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Get branch information without the `/ref/*` prefix steps: - uses: actions/checkout@v2 - name: Get branch names - id: branch-names + id: branch-name uses: tj-actions/branch-names@v2.1 - name: Current branch name