Romain Lespinasse
6772bda8f6
docs: fix moved links ( #168 )
2025-08-29 17:32:02 +02:00
Romain Lespinasse
810e74b089
docs: improve README file ( #159 )
2025-03-14 06:10:45 +01:00
Romain Lespinasse
797666298f
docs: improve warning on short auto sizing ( #154 )
2024-11-17 21:22:32 +01:00
Romain Lespinasse
56d132125c
docs(references): add a new article in the french section ( #152 )
...
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com >
2024-11-10 05:21:04 +01:00
Romain Lespinasse
aba9f8db6e
feat: use GITHUB_REF_POINT as variable for the branch name ( #149 )
...
BREAKING CHANGE: Change the behavior of GITHUB_REF_NAME to match the default GitHub Action behavior,
BREAKING CHANGE: Introduce GITHUB_REF_POINT as a replacement for GITHUB_REF_NAME to match this GitHub Action behavior in v4.
2024-11-06 00:16:25 +01:00
Romain Lespinasse
63a442f83b
build: prepare v5.x branch ( #148 )
...
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com >
2024-11-01 10:11:33 +01:00
Romain Lespinasse
4bf56f04ea
docs(readme): rework article/talk links
...
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com >
2023-02-28 09:23:48 +01:00
二丫讲梵
552f3c0362
docs(readme): add new link in the article section
2023-02-28 09:19:47 +01:00
Romain Lespinasse
9c3571fd3d
feat: generate proper git tag
2022-10-02 22:52:40 +02:00
Romain Lespinasse
0141d9b38d
fix: remove trailing hypen if any after cut
2022-06-16 19:55:01 +02:00
rlespinasse
33cd7a701d
docs(README): improve the overwrite troubleshooting section
2022-04-16 19:25:44 +02:00
Romain Lespinasse
aa95092e35
docs: remove badges
2022-04-09 08:12:02 +02:00
rlespinasse
812bd42f94
fix: remove underscore from URL-compliant slugs
2022-04-08 23:48:02 +02:00
rlespinasse
dbbe21b72b
feat: add option to set a different short length than git defaults
2022-03-21 16:47:28 +01:00
Romain Lespinasse
88f3ee8f6f
feat: add option to set a different slug length than 63
2022-03-19 22:50:08 +01:00
Romain Lespinasse
1fb0eeb01e
docs(readme): reword troubleshooting section
2022-01-01 15:15:35 +01:00
Romain Lespinasse
78ed3f92ee
ci: enable v4.x release
2022-01-01 14:23:29 +01:00
rlespinasse
e13c7fcc34
refactor: remove all node related files
2022-01-01 14:17:59 +01:00
rlespinasse
ba2cfdae8a
docs: use v4.x references
2022-01-01 14:17:59 +01:00
Romain Lespinasse
2f05f8b5cb
docs(readme): add Michael Heap article
2021-09-29 16:29:38 +02:00
Antoine Méausoone
12a7510630
feat: add GITHUB_REF_NAME env var
...
GITHUB_REF_NAME will contain the reference name (branch or tag)
- based on GITHUB_HEAD_REF in a pull-request event context,
- based on GITHUB_REF in others event contexts.
2021-09-15 17:00:11 +02:00
Joshua Chaitin-Pollak
54910e921d
docs: minor grammatical fixes for clarity
2021-08-04 23:07:16 +02:00
rlespinasse
ada34a0888
docs: fix link to use by badge
2021-04-17 23:19:39 +02:00
rlespinasse
6370faccb7
docs: improve links
2021-04-17 23:16:44 +02:00
rlespinasse
81beb28f90
ci: improve release process
2021-04-17 22:16:49 +02:00
Romain Lespinasse
8c0a3268b6
docs: improve overview section
2021-04-02 16:14:40 +02:00
Mark Allen
475d293680
feat: allow underscore in slug values
2021-03-30 22:04:00 +02:00
rlespinasse
6c93fcbf53
feat: add _CS suffix to keep value case-sensitive
2021-03-03 00:29:09 +01:00
rlespinasse
66299f72e4
docs: improve readability on tables
2021-01-25 23:16:23 +01:00
rlespinasse
75ce03b6a0
feat: support partial GITHUB_REPOSITORY
2021-01-25 22:12:27 +01:00
rlespinasse
49e1056c70
docs(troubleshooting): add naming convention issue
2021-01-25 20:01:05 +01:00
rlespinasse
81bff0391a
docs(README): expose documentation and examples
2021-01-25 20:01:05 +01:00
Julien Klaer
5b9fe6015d
feat: expose GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT
2021-01-12 10:22:14 +01:00
Romain Lespinasse
9f5fafb8ad
docs: add talks/articles section
2020-12-12 18:13:01 +01:00
Alain Hélaïli
2b1034b1fb
docs: fix typo in sample
2020-12-05 15:27:19 +01:00
rlespinasse
68eb43656c
ci: add dependabot for github-actions
2020-11-01 21:29:52 +01:00
rlespinasse
2aba10a826
ci: add linter workflow
2020-11-01 21:29:52 +01:00
Romain Lespinasse
afcda09378
docs(readme): add license badge
2020-11-01 21:01:37 +01:00
Romain Lespinasse
15f6edebdd
docs(readme): improve action scope
2020-11-01 20:52:34 +01:00
Romain Lespinasse
f79727b5cc
docs: improve master EOL section
2020-10-31 08:24:38 +01:00
Romain Lespinasse
a3c7c5c7a1
docs: use v3.x branch in example
2020-10-31 08:22:11 +01:00
Antoine Méausoone
13c2f38dad
feat: add support for windows and macos jobs
...
BREAKING CHANGE: The action implementation move from container action to node.js action
Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com >
2020-09-26 09:07:49 +02:00
Romain Lespinasse
c0eae81222
style: use markdown syntax on link with image
2020-08-28 15:21:44 +02:00
Antoine Méausoone
7e9b2916a8
docs: add badge with number of public users
2020-08-26 19:20:17 +02:00
Romain Lespinasse
c34e0866d5
docs: improve troubleshooting section
2020-08-25 12:38:58 +02:00
rlespinasse
5a334a8573
feat: expose slug variables for github.event.ref
2020-07-28 18:49:15 +02:00
Romain Lespinasse
9225a8adaf
docs: add troubleshooting section
2020-07-17 22:31:08 +02:00
rlespinasse
e5b7d5b5fc
docs: fix typo
2020-04-26 02:25:09 +02:00
rlespinasse
ca9a67fa1f
feat(slug): expose GITHUB_REPOSITORY slugs
2020-04-26 02:12:41 +02:00
rlespinasse
e95fe45d8b
feat(slug): keep period in slug variable
...
BREAKING CHANGE: The previous slug function is rename slug_url
to be able to still use itin the subdomain of an url.
Co-authored-by: Marc Schiller <m4rc.schiller@gmail.com >
2020-04-26 02:12:28 +02:00