From adfd270e4b975364389bb14c532d91450e9dc173 Mon Sep 17 00:00:00 2001 From: Timo <6358247+timotk@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:44:37 +0200 Subject: [PATCH] Specify that the script is JavaScript --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d8341fa..df22798fe 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This action makes it easy to quickly write a script in your workflow that uses the GitHub API and the workflow run context. -To use this action, provide an input named `script` that contains the body of an asynchronous function call. +To use this action, provide an input named `script` that contains the body of an asynchronous JavaScript function call. The following arguments will be provided: - `github` A pre-authenticated