File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
cache : npm
30
30
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
31
31
run : npm install
32
- - uses : dev-hato/actions-diff-pr-management@v1.1.13
32
+ - uses : dev-hato/actions-diff-pr-management@v1.2.0
33
33
with :
34
34
github-token : ${{secrets.GITHUB_TOKEN}}
35
35
branch-name-prefix : fix-package
Original file line number Diff line number Diff line change 46
46
run : bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
47
47
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
48
48
run : npx prettier --write .
49
- - uses : dev-hato/actions-diff-pr-management@v1.1.13
49
+ - uses : dev-hato/actions-diff-pr-management@v1.2.0
50
50
with :
51
51
github-token : ${{secrets.GITHUB_TOKEN}}
52
52
branch-name-prefix : fix-readme
You can’t perform that action at this time.
0 commit comments