From d342f8956a32d633b6c2fcd523d72f707fbbc72c Mon Sep 17 00:00:00 2001 From: tiawl Date: Wed, 1 May 2024 17:25:22 +0200 Subject: [PATCH] [update] MD files --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 599fbc3..304c58f 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,23 @@ # spaceporn-action-env -A composite action to parse an `env.yml` into a specified directory and load the content as variables into the [env context](https://docs.github.com/en/actions/learn-github-actions/contexts#env-context) of the current workflow. +A composite action to parse an `env.yml` into a specified directory and load the content as variables into the [env context][6] of the current workflow. ## Disclaimer -This package is not intented to be used outside of the [tiawl/spaceporn](https://github.com/tiawl/spaceporn) dependencies chain. For this reasion, there are no contributing file/rules on this repository. However feel free to open an issue if you have a question. We will be happy to answer. +This package is not intented to be used outside of the [tiawl/spaceporn][1] dependencies chain. For this reasion, there are no contributing file/rules on this repository. However feel free to open an issue if you have a question. We will be happy to answer. ## CICD reminder These repositories are automatically updated when a new release is available: -* [tiawl/spaceporn](https://github.com/tiawl/spaceporn) -* [tiawl/spaceporn-action-bot](https://github.com/tiawl/spaceporn-action-bot) -* [tiawl/spaceporn-action-ci](https://github.com/tiawl/spaceporn-action-ci) -* [tiawl/spaceporn-action-cd-ping](https://github.com/tiawl/spaceporn-action-cd-ping) -* [tiawl/spaceporn-action-cd-pong](https://github.com/tiawl/spaceporn-action-cd-pong) +* [tiawl/spaceporn][1] +* [tiawl/spaceporn-action-bot][2] +* [tiawl/spaceporn-action-ci][3] +* [tiawl/spaceporn-action-cd-ping][4] +* [tiawl/spaceporn-action-cd-pong][5] + +[1]:https://github.com/tiawl/spaceporn +[2]:https://github.com/tiawl/spaceporn-action-bot +[4]:https://github.com/tiawl/spaceporn-action-ci +[4]:https://github.com/tiawl/spaceporn-action-cd-ping +[5]:https://github.com/tiawl/spaceporn-action-cd-pong +[6]:https://docs.github.com/en/actions/learn-github-actions/contexts#env-context