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 3030 cache : npm
3131 - if : github.event_name != 'pull_request' || github.event.action != 'closed'
3232 run : npm install
33- - uses : dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
33+ - uses : dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
3434 with :
3535 github-token : ${{secrets.GITHUB_TOKEN}}
3636 branch-name-prefix : fix-package
Original file line number Diff line number Diff line change 1414 - shell : bash
1515 if : github.event_name != 'pull_request' || github.event.action != 'closed'
1616 run : find . -type f \( -name '*.json' -o -name '*.geojson' -o -name '*.yaml' -o -name '*.yml' \) -not -path './node_modules/*' -exec npx prettier --write {} \;
17- - uses : dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
17+ - uses : dev-hato/actions-diff-pr-management@ac4f08dda423d2793a7acdd58c831ed5a0f19136 # v2.2.0
1818 with :
1919 github-token : ${{inputs.github-token}}
2020 branch-name-prefix : fix-format-json-yml
You can’t perform that action at this time.
0 commit comments