mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 16:33:51 +08:00
Upgraded from v4.4 -> v4.5
This commit is contained in:
parent
a0061fbc59
commit
fe291558bc
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [v4.5](https://github.com/tj-actions/branch-names/tree/v4.5) (2021-07-01)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.4...v4.5)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Upgraded to v4.4 [\#65](https://github.com/tj-actions/branch-names/pull/65) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [v4.4](https://github.com/tj-actions/branch-names/tree/v4.4) (2021-07-01)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.3...v4.4)
|
||||
|
@ -43,7 +43,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v4.4
|
||||
uses: tj-actions/branch-names@v4.5
|
||||
|
||||
- name: Running on the default branch.
|
||||
if: steps.branch-name.outputs.is_default == 'true'
|
||||
@ -65,7 +65,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v4.4
|
||||
uses: tj-actions/branch-names@v4.5
|
||||
|
||||
- name: Running on the default branch.
|
||||
if: steps.branch-name.outputs.is_default == 'true'
|
||||
@ -147,7 +147,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names.
|
||||
id: branch-names
|
||||
uses: tj-actions/branch-names@v4.4
|
||||
uses: tj-actions/branch-names@v4.5
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
||||
|
Loading…
Reference in New Issue
Block a user