From f2d36c338e7878c908e40e376f0df2c4a5cadf69 Mon Sep 17 00:00:00 2001 From: Nelo de Leon Date: Thu, 19 Nov 2020 11:12:55 +0800 Subject: [PATCH] Update README to use v1.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bcef45..7f90da3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v1 - run: npm ci - - uses: nelonoel/branch-name@v1 + - uses: nelonoel/branch-name@v1.0.1 # Use branch name for whatever purpose - run: echo ${BRANCH_NAME} ```