From 6b8dfeeb716fe8a8a32bb825adc0f71e76083468 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 15 Feb 2021 13:05:44 -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 9d9a69c..bbdd308 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Get branch information without the `/ref/*` prefix if: github.event_name == 'push' run: | echo "${{ steps.branch-name.outputs.current_branch }}" - # Outputs: "main" the default branch that triggered the push event. + # Outputs: "main" the branch that triggered the push event. - name: Get Ref brach name run: |