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 3131 cache : npm
3232 - if : github.event_name != 'pull_request' || github.event.action != 'closed'
3333 run : npm install
34- - uses : dev-hato/actions-diff-pr-management@b446497d139ed3eadc62ec1dd90dd27960ad1a0c # v2.2.4
34+ - uses : dev-hato/actions-diff-pr-management@5cd3792bc98beed11cda90898bc81af6bfa199af # v2.2.5
3535 with :
3636 github-token : ${{secrets.GITHUB_TOKEN}}
3737 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@b446497d139ed3eadc62ec1dd90dd27960ad1a0c # v2.2.4
17+ - uses : dev-hato/actions-diff-pr-management@5cd3792bc98beed11cda90898bc81af6bfa199af # v2.2.5
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