Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# github-typescript

:warning: Note that this action currently only supports running on linux x64 runners.
Expand All @@ -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.
Expand Down