From 0c32b6a51e801cd1db2d0fb98856802f4421bb5c 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version-check/action.yml b/version-check/action.yml index f0ace94..c5b0b6e 100644 --- a/version-check/action.yml +++ b/version-check/action.yml @@ -11,4 +11,5 @@ runs: - name: Run version check shell: bash run: | - deno run --allow-read --allow-run version-check/main.ts + deno run --allow-read --allow-run .main.ts + working-directory: ${{ github.action_path }}