Skip to content

Commit

Permalink
Upgraded from v3.6 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 25, 2021
1 parent 8f0fb44 commit 504f338
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v4](https://github.com/tj-actions/branch-names/tree/v4) (2021-04-25)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v3.6...v4)

**Merged pull requests:**

- Upgraded to v3.6 [\#33](https://github.com/tj-actions/branch-names/pull/33) ([jackton1](https://github.com/jackton1))

## [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)
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.6
uses: tj-actions/branch-names@v4
```

## 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.6
uses: tj-actions/branch-names@v4

- 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.6
uses: tj-actions/branch-names@v4
- uses: actions/checkout@v2
with:
ref: ${{ steps.branch-names.outputs.base_ref_branch }}
Expand Down

0 comments on commit 504f338

Please sign in to comment.