mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Merge pull request #74 from tj-actions/upgrade-to-v4.6
Upgraded to v4.6
This commit is contained in:
commit
28a6a95bc5
23
HISTORY.md
23
HISTORY.md
@ -1,5 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## [v4.6](https://github.com/tj-actions/branch-names/tree/v4.6) (2021-08-04)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.5...v4.6)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Improve documentation [\#43](https://github.com/tj-actions/branch-names/issues/43)
|
||||
- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Update codacy/codacy-analysis-cli-action action to v4 [\#73](https://github.com/tj-actions/branch-names/pull/73) ([renovate[bot]](https://github.com/apps/renovate))
|
||||
- Update codacy/codacy-analysis-cli-action action to v3 [\#72](https://github.com/tj-actions/branch-names/pull/72) ([renovate[bot]](https://github.com/apps/renovate))
|
||||
- Updated README.md [\#71](https://github.com/tj-actions/branch-names/pull/71) ([jackton1](https://github.com/jackton1))
|
||||
- Updated README.md [\#70](https://github.com/tj-actions/branch-names/pull/70) ([jackton1](https://github.com/jackton1))
|
||||
- Clean up docs to include all events [\#69](https://github.com/tj-actions/branch-names/pull/69) ([jackton1](https://github.com/jackton1))
|
||||
- Updated README.md [\#68](https://github.com/tj-actions/branch-names/pull/68) ([jackton1](https://github.com/jackton1))
|
||||
- Upgraded to v4.5 [\#66](https://github.com/tj-actions/branch-names/pull/66) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [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)
|
||||
@ -12,10 +31,6 @@
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.3...v4.4)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Update tj-actions/verify-changed-files action to v7 [\#64](https://github.com/tj-actions/branch-names/pull/64) ([renovate[bot]](https://github.com/apps/renovate))
|
||||
|
10
README.md
10
README.md
@ -25,7 +25,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v4.5
|
||||
uses: tj-actions/branch-names@v4.6
|
||||
|
||||
- name: Running on the default branch.
|
||||
if: steps.branch-name.outputs.is_default == 'true'
|
||||
@ -72,7 +72,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v4.5
|
||||
uses: tj-actions/branch-names@v4.6
|
||||
|
||||
- name: Current branch name
|
||||
run: |
|
||||
@ -109,7 +109,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v4.5
|
||||
uses: tj-actions/branch-names@v4.6
|
||||
|
||||
- name: Current branch name
|
||||
run: |
|
||||
@ -156,7 +156,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v4.5.
|
||||
uses: tj-actions/branch-names@v4.6.
|
||||
|
||||
- name: Running on a tag branch.
|
||||
if: steps.branch-name.outputs.is_tag == 'true'
|
||||
@ -185,7 +185,7 @@ on:
|
||||
steps:
|
||||
- name: Get branch names.
|
||||
id: branch-names
|
||||
uses: tj-actions/branch-names@v4.5
|
||||
uses: tj-actions/branch-names@v4.6
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user