From b080edbe78f7acee2aaaacce665d73b4466de807 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:23:59 -0500 Subject: [PATCH 1/2] spelling: javascript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd3d9a8..7bee04b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: scheduled: runs-on: ubuntu-latest steps: - # This step installs Deno, which is a new Javascript runtime that improves on Node. Can be used for an optional postprocessing step + # This step installs Deno, which is a new JavaScript runtime that improves on Node. Can be used for an optional postprocessing step - name: Setup deno uses: denoland/setup-deno@main with: @@ -199,7 +199,7 @@ A signed number describing the number of bytes that changed in this run. If the ## Postprocessing -You can add a `postprocess` input in the Action which is path to a [deno](https://deno.land) Javascript or Typescript script that will be invoked to postprocess your data after it is fetched. This path is relative to the root of your repo. +You can add a `postprocess` input in the Action which is path to a [deno](https://deno.land) JavaScript or Typescript script that will be invoked to postprocess your data after it is fetched. This path is relative to the root of your repo. The script can use either `Deno.args[0]` or the name of the `downloaded_filename` to access the file fetched by Flat Data. From 9ebca2bf2edc41ecf590b1034f9fd97321996c33 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:24:01 -0500 Subject: [PATCH 2/2] spelling: typescript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bee04b..c01a616 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ A signed number describing the number of bytes that changed in this run. If the ## Postprocessing -You can add a `postprocess` input in the Action which is path to a [deno](https://deno.land) JavaScript or Typescript script that will be invoked to postprocess your data after it is fetched. This path is relative to the root of your repo. +You can add a `postprocess` input in the Action which is path to a [deno](https://deno.land) JavaScript or TypeScript script that will be invoked to postprocess your data after it is fetched. This path is relative to the root of your repo. The script can use either `Deno.args[0]` or the name of the `downloaded_filename` to access the file fetched by Flat Data.