mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Upgraded from v5.6 -> v6
This commit is contained in:
parent
a787f0ff71
commit
9920a39ca8
14
HISTORY.md
14
HISTORY.md
@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [v6](https://github.com/tj-actions/branch-names/tree/v6) (2022-08-27)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v5.6...v6)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- \[Feature\] determine branch-name when tag is pushed/triggers workflow [\#158](https://github.com/tj-actions/branch-names/issues/158)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Updated README.md [\#169](https://github.com/tj-actions/branch-names/pull/169) ([jackton1](https://github.com/jackton1))
|
||||
- feat: add support for setting the base\_ref branch of a tag [\#168](https://github.com/tj-actions/branch-names/pull/168) ([jackton1](https://github.com/jackton1))
|
||||
- Upgraded to v5.6 [\#167](https://github.com/tj-actions/branch-names/pull/167) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [v5.6](https://github.com/tj-actions/branch-names/tree/v5.6) (2022-08-27)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v5.5...v5.6)
|
||||
|
10
README.md
10
README.md
@ -38,7 +38,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v5.6
|
||||
uses: tj-actions/branch-names@v6
|
||||
|
||||
- name: Running on the default branch.
|
||||
if: steps.branch-name.outputs.is_default == 'true'
|
||||
@ -104,7 +104,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v5.6
|
||||
uses: tj-actions/branch-names@v6
|
||||
|
||||
- name: Current branch name
|
||||
run: |
|
||||
@ -146,7 +146,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v5.6
|
||||
uses: tj-actions/branch-names@v6
|
||||
|
||||
- name: Current branch name
|
||||
run: |
|
||||
@ -198,7 +198,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v5.6
|
||||
uses: tj-actions/branch-names@v6
|
||||
|
||||
- name: Running on a tag branch.
|
||||
if: steps.branch-name.outputs.is_tag == 'true'
|
||||
@ -227,7 +227,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names.
|
||||
id: branch-names
|
||||
uses: tj-actions/branch-names@v5.6
|
||||
uses: tj-actions/branch-names@v6
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user