File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
node-version-file : .node-version
29
29
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
30
30
run : bash "${GITHUB_WORKSPACE}/scripts/update_dist/update_dist/build.sh"
31
- - uses : dev-hato/actions-diff-pr-management@8d475e5bc78f61c40024d4859b79134b66f788d2 # v1.2.1
31
+ - uses : dev-hato/actions-diff-pr-management@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
32
32
with :
33
33
github-token : ${{secrets.GITHUB_TOKEN}}
34
34
branch-name-prefix : apply-dist
Original file line number Diff line number Diff line change 30
30
node-version-file : .node-version
31
31
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
32
32
run : npm install
33
- - uses : dev-hato/actions-diff-pr-management@8d475e5bc78f61c40024d4859b79134b66f788d2 # v1.2.1
33
+ - uses : dev-hato/actions-diff-pr-management@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
34
34
with :
35
35
github-token : ${{secrets.GITHUB_TOKEN}}
36
36
branch-name-prefix : fix-package
Original file line number Diff line number Diff line change 51
51
run : bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
52
52
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
53
53
run : npx prettier --write .
54
- - uses : dev-hato/actions-diff-pr-management@8d475e5bc78f61c40024d4859b79134b66f788d2 # v1.2.1
54
+ - uses : dev-hato/actions-diff-pr-management@cc201e3df74a342983025c4e97b7216b4e77f9f1 # v2.0.0
55
55
with :
56
56
github-token : ${{secrets.GITHUB_TOKEN}}
57
57
branch-name-prefix : fix-readme
You can’t perform that action at this time.
0 commit comments