Update README.md

This commit is contained in:
Tonye Jack 2021-02-08 18:01:57 -05:00 committed by GitHub
parent 83b3f1a655
commit d4d59f1f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@ Get branch information without the `/ref/*` prefix
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Get branch names - name: Get branch names
uses: tj-actions/branch-names@v2.1
id: branch-names id: branch-names
uses: tj-actions/branch-names@v2.1
- name: Current branch name - name: Current branch name
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'