Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Release v2.0.3 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
9sako6 authored Mar 25, 2023
1 parent 9d7515e commit 40aec82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">imgcmp v2.0.2</h1>
<h1 align="center">imgcmp v2.0.3</h1>

<p align="center"><img src="./figs/logo.png" width="50%"></p>

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: 9sako6/[email protected].2
- uses: 9sako6/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -54,7 +54,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: 9sako6/[email protected].2
- uses: 9sako6/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: 9sako6/[email protected].2
- uses: 9sako6/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
paths-ignore-regexp: "(ignore/.*)|(public/.*)"
Expand All @@ -107,7 +107,7 @@ jobs:
Step outputs can be accessed as in the following example.

```yml
- uses: 9sako6/[email protected].2
- uses: 9sako6/[email protected].3
id: imgcmp
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -158,6 +158,12 @@ It took 34 sec to create the following PR.

## Change Log

### `v2.0.3` (March 25, 2023)

Bug fixes.

- truncate long messages (https://github.com/9sako6/imgcmp/pull/272)

### `v2.0.2` (June 26, 2022)

- Skip to create PR if there are small changes (https://github.com/9sako6/imgcmp/pull/184)
Expand Down
2 changes: 1 addition & 1 deletion doc/pat.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
imgcmp:
runs-on: ubuntu-latest
steps:
- uses: 9sako6/[email protected].2
- uses: 9sako6/[email protected].3
with:
token: ${{ secrets.IMGCMP_ACCESS_TOKEN }}
```

0 comments on commit 40aec82

Please sign in to comment.