Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Logerfo committed Jan 5, 2023
2 parents 1daae71 + d5cb021 commit d994478
Show file tree
Hide file tree
Showing 9 changed files with 17,623 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.4 - 2023-01-05
Fixed #57 by #65. Thank you @[shekharkhedekar](https://github.com/shekharkhedekar) and everyone who reported this issue!

## 0.0.3 - 2021-02-18
Changed committer name, committer e-mail and commit message ([#55](https://github.com/Logerfo/newline-action/pull/55)).

## 0.0.2 - 2019-12-02
Fixed missing path slashes when committing.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@master
- uses: Logerfo/[email protected].2
- uses: Logerfo/[email protected].4
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
```
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@master
- uses: Logerfo/[email protected].2
- uses: Logerfo/[email protected].4
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
config-path: .github/newline.yml # The path of the addtional configurations file.
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
default: .github/newline.yml

runs:
using: 'node12'
main: 'src/main.js'
using: "node16"
main: "dist/index.js"
Loading

0 comments on commit d994478

Please sign in to comment.