Skip to content

Commit

Permalink
[update #25] MD files
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl authored May 1, 2024
2 parents 7cf57fd + d342f89 commit a38ded4
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
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

0 comments on commit a38ded4

Please sign in to comment.