From d4d59f1f0339fe6eb35a299e0b1e5d363b393c63 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 8 Feb 2021 18:01:57 -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 162b83e..4421a61 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Get branch information without the `/ref/*` prefix steps: - uses: actions/checkout@v2 - name: Get branch names - uses: tj-actions/branch-names@v2.1 id: branch-names + uses: tj-actions/branch-names@v2.1 - name: Current branch name if: github.event_name == 'pull_request'