Commit Graph

7 Commits

Author SHA1 Message Date
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
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
Yegor Bayev
e364f07989 fix(install): choose file extension based upon running OS (#41)
Co-authored-by: Yegor Bayev <233409+kodx@users.noreply.github.com>
2024-11-28 23:33:42 +03:00
Orhun Parmaksız
a4f49b84a4 refactor(install): trim the install output 2024-09-25 09:55:46 +03:00
Ludovic Ortega
143d9d4b8e feat(action): allow configuring the github token and set it when it exists (#34)
* fix: set Bearer token in curl request when GITHUB_TOKEN is set

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

* fix: use a dedicated input variable to pass github token

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

* fix: use github_token inputs

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

* Update README.md

* Update README.md

---------

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-09-17 23:44:33 +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