Upgraded from v4.4 -> v4.5

This commit is contained in:
jackton1 2021-07-01 12:16:32 +00:00 committed by GitHub
parent a0061fbc59
commit fe291558bc
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Changelog # 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) ## [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) [Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.3...v4.4)

View File

@ -43,7 +43,7 @@ on:
steps: steps:
- name: Get branch names - name: Get branch names
id: branch-name id: branch-name
uses: tj-actions/branch-names@v4.4 uses: tj-actions/branch-names@v4.5
- 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'
@ -65,7 +65,7 @@ on:
steps: steps:
- name: Get branch names - name: Get branch names
id: branch-name id: branch-name
uses: tj-actions/branch-names@v4.4 uses: tj-actions/branch-names@v4.5
- 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'
@ -147,7 +147,7 @@ on:
steps: steps:
- name: Get branch names. - name: Get branch names.
id: branch-names id: branch-names
uses: tj-actions/branch-names@v4.4 uses: tj-actions/branch-names@v4.5
- 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 }}