From 59d8a2d83ee239e5e88ee5c09134ae1f8f1b8362 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 6 May 2025 22:39:35 -0600 Subject: [PATCH] screw it --- version-check/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/version-check/action.yml b/version-check/action.yml index b38eb28..d58e799 100644 --- a/version-check/action.yml +++ b/version-check/action.yml @@ -11,5 +11,4 @@ runs: - name: Run version check shell: bash run: | - deno run --allow-read --allow-run ./main.ts - working-directory: ${{ github.action_path }} + deno run --allow-read --allow-run https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/version-check/main.ts