mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Upgraded from v3.2 -> v3.3
This commit is contained in:
parent
509c3124ab
commit
dc0e9c2851
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v3.3](https://github.com/tj-actions/branch-names/tree/v3.3) (2021-04-25)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.2...v3.3)
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- Remove unused inputs [\#27](https://github.com/tj-actions/branch-names/pull/27) ([jackton1](https://github.com/jackton1))
|
||||||
|
- Upgraded to v3.2 [\#26](https://github.com/tj-actions/branch-names/pull/26) ([jackton1](https://github.com/jackton1))
|
||||||
|
|
||||||
## [v3.2](https://github.com/tj-actions/branch-names/tree/v3.2) (2021-04-25)
|
## [v3.2](https://github.com/tj-actions/branch-names/tree/v3.2) (2021-04-25)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.1...v3.2)
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.1...v3.2)
|
||||||
|
@ -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.2
|
uses: tj-actions/branch-names@v3.3
|
||||||
```
|
```
|
||||||
|
|
||||||
## 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.2
|
uses: tj-actions/branch-names@v3.3
|
||||||
|
|
||||||
- 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.2
|
uses: tj-actions/branch-names@v3.3
|
||||||
- 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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user