From 60e813c8e51697b7962a69b1f08ecb75adc83ab7 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 6 May 2025 22:15:34 -0600 Subject: [PATCH] asdf --- version-check/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/version-check/action.yml b/version-check/action.yml index f0ace94..6eb4acc 100644 --- a/version-check/action.yml +++ b/version-check/action.yml @@ -12,3 +12,4 @@ runs: shell: bash run: | deno run --allow-read --allow-run version-check/main.ts + working-directory: ${{ github.action_path }}