mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 18:43:51 +08:00
Upgraded from v4.7 -> v4.8
This commit is contained in:
parent
af5c6741e6
commit
c4b7a519d9
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v4.8](https://github.com/tj-actions/branch-names/tree/v4.8) (2021-08-04)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.7...v4.8)
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- Upgraded to v4.7 [\#75](https://github.com/tj-actions/branch-names/pull/75) ([jackton1](https://github.com/jackton1))
|
||||||
|
|
||||||
## [v4.7](https://github.com/tj-actions/branch-names/tree/v4.7) (2021-08-04)
|
## [v4.7](https://github.com/tj-actions/branch-names/tree/v4.7) (2021-08-04)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.6...v4.7)
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.6...v4.7)
|
||||||
|
10
README.md
10
README.md
@ -25,7 +25,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v4.7
|
uses: tj-actions/branch-names@v4.8
|
||||||
|
|
||||||
- name: Running on the default branch.
|
- name: Running on the default branch.
|
||||||
if: steps.branch-name.outputs.is_default == 'true'
|
if: steps.branch-name.outputs.is_default == 'true'
|
||||||
@ -72,7 +72,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch names
|
- name: Get branch names
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v4.7
|
uses: tj-actions/branch-names@v4.8
|
||||||
|
|
||||||
- name: Current branch name
|
- name: Current branch name
|
||||||
run: |
|
run: |
|
||||||
@ -109,7 +109,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch names
|
- name: Get branch names
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v4.7
|
uses: tj-actions/branch-names@v4.8
|
||||||
|
|
||||||
- name: Current branch name
|
- name: Current branch name
|
||||||
run: |
|
run: |
|
||||||
@ -156,7 +156,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch names
|
- name: Get branch names
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v4.7.
|
uses: tj-actions/branch-names@v4.8.
|
||||||
|
|
||||||
- name: Running on a tag branch.
|
- name: Running on a tag branch.
|
||||||
if: steps.branch-name.outputs.is_tag == 'true'
|
if: steps.branch-name.outputs.is_tag == 'true'
|
||||||
@ -185,7 +185,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch names.
|
- name: Get branch names.
|
||||||
id: branch-names
|
id: branch-names
|
||||||
uses: tj-actions/branch-names@v4.7
|
uses: tj-actions/branch-names@v4.8
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
||||||
|
Loading…
Reference in New Issue
Block a user