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
Mark Allen
e6c550f88c
fix: update dist files
2021-03-31 08:57:45 +02:00
rlespinasse
6c93fcbf53
feat: add _CS suffix to keep value case-sensitive
2021-03-03 00:29:09 +01:00
rlespinasse
78985f84ec
fix: support pull-request for slug and slug url
2021-01-25 22:12:27 +01:00
rlespinasse
75ce03b6a0
feat: support partial GITHUB_REPOSITORY
2021-01-25 22:12:27 +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
rlespinasse
ec03dc4d9c
build: add dist files after actions core upgrades
2020-10-18 20:09:34 +02: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