Skip to content

Commit

Permalink
Merge pull request #30 from tj-actions/upgrade-to-v3.4
Browse files Browse the repository at this point in the history
Upgraded to v3.4
  • Loading branch information
jackton1 committed Apr 25, 2021
2 parents ebe618e + cedb820 commit 985406e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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)

**Merged pull requests:**

- Fixed bug with is\_default [\#29](https://github.com/tj-actions/branch-names/pull/29) ([jackton1](https://github.com/jackton1))
- Upgraded to v3.3 [\#28](https://github.com/tj-actions/branch-names/pull/28) ([jackton1](https://github.com/jackton1))

## [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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Get branch or tag information without the `/ref/*` prefix
- uses: actions/checkout@v2
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v3.3
uses: tj-actions/branch-names@v3.4
```

## Examples
Expand All @@ -42,7 +42,7 @@ Get branch or tag information without the `/ref/*` prefix
- uses: actions/checkout@v2
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v3.3
uses: tj-actions/branch-names@v3.4

- name: Running on the default branch.
if: steps.branch-name.outputs.is_default == 'true'
Expand Down Expand Up @@ -107,7 +107,7 @@ on:
steps:
- name: Get branch names.
id: branch-names
uses: tj-actions/branch-names@v3.3
uses: tj-actions/branch-names@v3.4
- uses: actions/checkout@v2
with:
ref: ${{ steps.branch-names.outputs.base_ref_branch }}
Expand Down

0 comments on commit 985406e

Please sign in to comment.