Update README.md

This commit is contained in:
Tonye Jack 2021-01-07 01:51:05 -05:00 committed by GitHub
parent 240844e3f6
commit d521565461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Get branch information without the `/ref/*` prefix
steps:
- uses: actions/checkout@v2
- name: Get branch names
uses: tj-actions/branch-names@v1
uses: tj-actions/branch-names@v2
id: branch-names
- name: Get Ref brach name
run: |
@ -45,7 +45,7 @@ on:
steps:
- name: Get branch names.
id: branch-names
uses: tj-actions/branch-names@v1
uses: tj-actions/branch-names@v2
- uses: actions/checkout@v2
with:
ref: ${{ steps.branch-names.outputs.base_ref_branch }}