Commit Graph

12 Commits

Author SHA1 Message Date
MGSousa
78796b217f fix(run): Fix stat command when fetch array (#67) 2025-11-04 02:17:57 +03:00
MGSousa
a39e27f550 fix(run): update stat cmd for cross-platform compatibility (#66) 2025-10-25 20:55:34 +03:00
Gabriel Torcat
3948e88ea7 feat(run): toggle trace logs with environment variable (#59)
Now you can enable trace logs via setting the `DEBUG` variable to a value.

It is also now disabled as default.

closes #60
2025-08-10 10:26:26 +03:00
Gabriel Torcat
a8367219b3 fix(run): exit with correct exit code (#58) 2025-08-09 20:35:27 +03:00
Orhun Parmaksız
98c93442bb fix(run): properly pass arguments as an array (#56) 2025-07-28 09:21:17 +03:00
Orhun Parmaksız
d1e25bacb1 fix(args): allow setting the output via --output argument (#53) 2025-07-27 15:39:37 +03:00
Eligio Mariño
104a6cf3c9 fix(install): install in temp path instead of user working dir (#51)
* fix: install and run binary from action path instead of working dir

* refactor: use INSTALL_DIR

* refactor: remove GIT_CLIFF_DIR and INSTALL_DIR
2025-04-12 12:19:35 +03:00
Nenad Strainović
776c932aba fix(action): use --context flag before args (#50) 2025-03-14 17:21:11 +03:00
Yegor Bayev
4a4a951bc4 fix(install): fix running on windows host (#43)
Co-authored-by: Yegor Bayev <233409+kodx@users.noreply.github.com>
2024-12-04 19:45:31 +03:00
Orhun Parmaksız
d3e272c587 fix(action): limit content size to 40MB (#40)
* fix(action): limit content size to 50MB

* fix(limit): don't echo output on big file
2024-10-14 18:12:39 +03:00
Ludovic Ortega
01a5c9a9d1 fix(action): put git-cliff binary inside ./bin (#30)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
2024-09-02 15:07:20 +03:00
Ludovic Ortega
44415ff1bf feat: add version input variable (#27)
* feat: add version input variable

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* chore(docs): readme typo

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* fix: use bash script file instead of raw script

* fix: variable interpolation

* fix: GITHUB_TOKEN bash variable interpolation

* fix: output version description

* fix: VERSION variable interpolation

* fix: add back "lastest" in version description

* fix: add suggested changes

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* refactor: polish implementation

* chore: bump version

---------

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-08-26 22:13:46 +03:00