Sourced from appleboy/git-push-action's releases.
v1.2.0
Changelog
Features
- 2722561d2c158e67f0e4b908bda83937e53bbdd4: feat: add options for insecure SSL and SSH version selection (
@appleboy)Others
- 2c87d5bacd46972f72523394e67af39825081037: style: standardize YAML quoting and update input descriptions (
@appleboy)Bug fixes
- 66a962f89a56024b2a36de61fe65ba6b9994be15: fix: rename drone-git-push env vars and update default version (
@appleboy)Enhancements
- e37f17de403a8b0b59184d852be6b7a7e017d376: chore: mark all directories as safe in global git configuration (
@appleboy)Refactor
- 7bdda76242d8f6b40576a039a2d2233c43b7661e: refactor: refactor GitHub Action to use Bash instead of Docker (
@appleboy)- 4873de66e7bed19267cc8cd66959005c42d41cc7: refactor: simplify stdout capturing by removing legacy logic (
@appleboy)Build process updates
- d1c361f2d2e128593b5dfeb3c2d9a5c6a1af7128: ci: run Docker actions as nobody and inject GITHUB_WORKSPACE (
@appleboy)- fdf995de1284df95f38a3d99275eb38537eb05a4: ci: simplify Docker action environment variable configuration (
@appleboy)- 8e938ac7df8937d595e4c4fcf345139339a34819: ci: update GITHUB_WORKSPACE to use /github/home path (
@appleboy)Documentation updates
- 3b2c8661652360dbf1afe1b319a49dbb739c39f1: docs: migrate to composite GitHub Action and standardize env vars (
@appleboy)v1.1.0
Changelog
Features
- 28a54bbef16233cbea6f9fe39f318a4f055cd749: feat: add mirror input support to GitHub Action configuration (
@appleboy)Bug fixes
- a63ac675f748ad297929b6d9688f94939fbe3dea: fix: fix spelling of 'force' option in git push actions (
@appleboy)Enhancements
- ee39884535468c8b6f101c0980aec38a61bc6c8b: chore(readme): refactor codebase and update dependencies (
@appleboy)- 94fb0c0d87ba52affdcb2daf8505a0e7f086f205: chore: bump drone-git-push base image to version 1.2.0 (
@appleboy)- a939634b19fa88f0d4c853f4b604a4df5549911d: chore: pin Drone Git Push image to a specific version (
@appleboy)Build process updates
- 0a16d15bfdca306c84a299db735f248e9d408bb3: ci: improve CI workflow for semantic version releases (
@appleboy)- 1807bf9a1b801f99799e4e2a64ca1c6b11301fc3: ci: automate maintenance and enhance repository security (
@appleboy)- f39abba130277d16a141588c1b4c194a8f0b4636: build: run container as non-root user for enhanced security (
@appleboy)- ed86ac596a332db5353062d7cbdf24d61554f5f1: ci: update CI workflows to trigger on main branch (
@appleboy)- cd8de7f6c86b1390f0108011580b6c9845b9f5df: build: eliminate "nobody" user references from Dockerfile (
@appleboy)- 7465fee0c6ac1466048408a99c52598be9abf00f: ci: update CI workflow to use newer actions/checkout version (
@appleboy)- b9d4e07212dd711b7e57352e5b6172038ab20f6e: build: simplify Docker build by removing entrypoint.sh chmod step (
@appleboy)- 14d3003b72ea485bf8707bfbef4926eca78cc341: build: upgrade CI pipeline to latest drone-git-push base image (
@appleboy)Documentation updates
- 378ab1be62cfbae4111d3bbbec417d5b2e97134d: docs: clarify and standardize input and action descriptions (
@appleboy)- 4c679526c0d1910c6e058a82fdde978d5cd8c0c2: docs: revamp documentation with expanded features and usage examples (
@appleboy)- 61f29e5108e85fa252a0556c08ec87f0c425f1b2: docs: document GitHub Action integration and Claude Code guidelines (
@appleboy)- a7ef8abff3f71345b67dc056ac3d7b2d006efa42: docs: add Trivy security scan badge to documentation (
@appleboy)
3b2c866
docs: migrate to composite GitHub Action and standardize env vars4873de6
refactor: simplify stdout capturing by removing legacy logic2c87d5b
style: standardize YAML quoting and update input descriptions2722561
feat: add options for insecure SSL and SSH version selection66a962f
fix: rename drone-git-push env vars and update default version7bdda76
refactor: refactor GitHub Action to use Bash instead of Docker8e938ac
ci: update GITHUB_WORKSPACE to use /github/home pathe37f17d
chore: mark all directories as safe in global git configurationfdf995d
ci: simplify Docker action environment variable configurationd1c361f
ci: run Docker actions as nobody and inject GITHUB_WORKSPACE