Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Mar 21, 2024
1 parent 8c30df3 commit 6ccc0e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@

A TypeScript module to provide a better and easier way for GitHub Actions to communicate with the runner, and the toolkit for developing GitHub Actions in TypeScript.

## ⚠️ Important

[official-toolkit]: https://github.com/actions/toolkit

This is a partial refactor of [the official toolkit][official-toolkit], not all of the features in [the official toolkit][official-toolkit] are available here, and not all of the features in here are available in [the official toolkit][official-toolkit].

## 🌟 Feature

- Ability to use directly on GitHub Actions with Deno runtime without extra setup.
- Compatible with bundler.
- Full ModuleJS.

## 🎯 Target
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
| **Versions** | **Release Date** | **Long Term Support Date** | **End Of Life Date** |
|:-:|:-:|:-:|:-:|
| v0.1.X | *Unknown* | *N/A* | *Unknown* |
| v0.1.X | 2024-03-21 | *N/A* | *Unknown* |
> **ℹ️ Note**
>
Expand Down

0 comments on commit 6ccc0e4

Please sign in to comment.