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.