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 2929 node-version-file : .node-version
3030 - if : github.event_name != 'pull_request' || github.event.action != 'closed'
3131 run : bash "${GITHUB_WORKSPACE}/scripts/update_dist/update_dist/build.sh"
32- - uses : dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
32+ - uses : dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
3333 with :
3434 github-token : ${{secrets.GITHUB_TOKEN}}
3535 branch-name-prefix : apply-dist
Original file line number Diff line number Diff line change 3131 node-version-file : .node-version
3232 - if : github.event_name != 'pull_request' || github.event.action != 'closed'
3333 run : bash "${GITHUB_WORKSPACE}/scripts/update_package/update_package/install.sh"
34- - uses : dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
34+ - uses : dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
3535 with :
3636 github-token : ${{secrets.GITHUB_TOKEN}}
3737 branch-name-prefix : fix-package
Original file line number Diff line number Diff line change 5252 run : bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
5353 - if : github.event_name != 'pull_request' || github.event.action != 'closed'
5454 run : npx prettier --write .
55- - uses : dev-hato/actions-diff-pr-management@1e2c650446e6a6aab1858d55c8b693470ea5f2fe # v2.2.2
55+ - uses : dev-hato/actions-diff-pr-management@9de3de40217217a73ac95f3751d7bfe1c9f23ead # v2.2.3
5656 with :
5757 github-token : ${{secrets.GITHUB_TOKEN}}
5858 branch-name-prefix : fix-readme
You can’t perform that action at this time.
0 commit comments