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