From 32d800f17f839f237e448fb3d27e5e7f43b7b37e Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 6 May 2025 23:39:16 -0600 Subject: [PATCH] asdf --- version-check/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version-check/action.yml b/version-check/action.yml index 2971038..af763ce 100644 --- a/version-check/action.yml +++ b/version-check/action.yml @@ -11,4 +11,4 @@ runs: - name: Run version check shell: bash run: | - deno run --allow-read --allow-run --allow-env https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/version-check/main.ts + deno run --allow-read --allow-run --allow-write --allow-env https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/version-check/main.ts