Merge pull request #33 from tj-actions/upgrade-to-v3.6

Upgraded to v3.6
This commit is contained in:
Tonye Jack 2021-04-24 21:20:15 -04:00 committed by GitHub
commit 055227d872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,18 @@
# Changelog # Changelog
## [v3.6](https://github.com/tj-actions/branch-names/tree/v3.6) (2021-04-25)
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.5...v3.6)
**Merged pull requests:**
- Update action.yml [\#32](https://github.com/tj-actions/branch-names/pull/32) ([jackton1](https://github.com/jackton1))
- Upgraded to v3.4 [\#30](https://github.com/tj-actions/branch-names/pull/30) ([jackton1](https://github.com/jackton1))
## [v3.5](https://github.com/tj-actions/branch-names/tree/v3.5) (2021-04-25)
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.4...v3.5)
## [v3.4](https://github.com/tj-actions/branch-names/tree/v3.4) (2021-04-25) ## [v3.4](https://github.com/tj-actions/branch-names/tree/v3.4) (2021-04-25)
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.3...v3.4) [Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.3...v3.4)

View File

@ -31,7 +31,7 @@ Get branch or tag information without the `/ref/*` prefix
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Get branch names - name: Get branch names
id: branch-name id: branch-name
uses: tj-actions/branch-names@v3.5 uses: tj-actions/branch-names@v3.6
``` ```
## Examples ## Examples
@ -42,7 +42,7 @@ Get branch or tag information without the `/ref/*` prefix
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Get branch names - name: Get branch names
id: branch-name id: branch-name
uses: tj-actions/branch-names@v3.5 uses: tj-actions/branch-names@v3.6
- 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'
@ -107,7 +107,7 @@ on:
steps: steps:
- name: Get branch names. - name: Get branch names.
id: branch-names id: branch-names
uses: tj-actions/branch-names@v3.5 uses: tj-actions/branch-names@v3.6
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: ${{ steps.branch-names.outputs.base_ref_branch }} ref: ${{ steps.branch-names.outputs.base_ref_branch }}