-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |