Publish blogs to Hashnode from your GitHub projects
Version updated for nicolascalev/publish-hashnode-blog to version v1.2.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Minor changes:
- Use actions/checkout with
fetch-depth: 2
to get the last commit. Instead of getting the whole commit history. - Use
git show --pretty=format: --name-only
to log only the file paths and not the whole commit information.