Skip to content

Tags: stefanzweifel/git-auto-commit-action

Tags

v5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #354 from parkerbxyz/patch-1

v5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #354 from parkerbxyz/patch-1

latest

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #354 from parkerbxyz/patch-1

v5.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fail if attempting to execute git commands in a directory that is not…

… a git-repo. (#326)

* Fail (and log message) if attempting to execute git commands in a directory that is not a git-repo.

* Add Test

* Code Formatting

---------

Co-authored-by: Constantin Comendant <[email protected]>
Co-authored-by: Stefan Zweifel <[email protected]>

v5.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update node version to node20 (#300)

Co-authored-by: ryudai.takai

v4.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix "nothing to commit" error with LF/CRLF changes #241 (#265)

* fix crlf test

* add diff check before commit

* add dirty check flag (not sure if needed)

* Update test name and add more assertions

Update test name to make it clear that the Action no longer fails to detect CRLF changes.

* Add Comment to explain why we use git-diff again

* Add test to confirm content changes are commited

* Closes #241 

Co-authored-by: Stefan Zweifel <[email protected]>

v4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix "nothing to commit" error with LF/CRLF changes #241 (#265)

* fix crlf test

* add diff check before commit

* add dirty check flag (not sure if needed)

* Update test name and add more assertions

Update test name to make it clear that the Action no longer fails to detect CRLF changes.

* Add Comment to explain why we use git-diff again

* Add test to confirm content changes are commited

* Closes #241 

Co-authored-by: Stefan Zweifel <[email protected]>

v4.15.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Let Action fail if git binary can't be located (#261)

* Check if git binary exists

* Add Tests

v4.15.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use deprecated set-output syntax if GITHUB_OUTPUT environment is not …

…available (#255)

* Fallback to set-output if GITHUB_OUTPUT not available

* Add Tests to cover old syntax

v4.15.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace set-output usage with GITHUB_OUTPUT (#252)

* GitHub has deprecated set-output and now needs to add the content to the GITHUB_OUTPUT file

* Update tests too

* Fix tests and shell-format changes

* Revert yarn.lock changes