clangd/.github/actions/pick/node_modules/last-successful-gh-commit/CHANGELOG.md
Kirill Bobyrev 504e724a5b
Install action dependencies directly into node_modules
This allows skipping `npm install` step in the workflow and enables
other projects to use the step without copying/cloning the code.

https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github
2020-10-02 12:49:40 +02:00

345 B

1.0.1 (2017-09-04)

Bug Fixes

  • fix when there is some commits with empty status (1ccc9af)

1.0.0 (2017-08-25)

  • Initial commit