From e9b0b8e59e35f525a12f6f7a8a06b34f11c8beb8 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:39:24 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b7131f..b79daf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # github-typescript :warning: Note that this action currently only supports running on linux x64 runners. @@ -15,7 +17,7 @@ This will cause github-typescript to transpile to JS this and execute it using g INPUT_SOMETHING: "Nice demo run" with: script-file: .github/workflows/script.mts - # (...) all other inputs supported by github-script@v6 will be passed thru + # (...) all other inputs supported by github-script@v7 will be passed thru ``` If you want to return a value you can export a default export and github-typescript will automatically run it for you.