From e752953b440243e78b7112ac9e2eac374f1429c3 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Thu, 28 Mar 2024 16:09:24 +0100 Subject: [PATCH] test --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 514e109..98b1cf8 100644 --- a/action.yml +++ b/action.yml @@ -180,6 +180,8 @@ runs: echo "vs_install_dir=$VS_INSTALL_DIR" >> $GITHUB_OUTPUT echo "vs_vsdevcmd=$VS_VSDEVCMD" >> $GITHUB_OUTPUT + echo "${{ github.remote }}" + - name: (Mac) Workaround for homebrew # https://github.com/rancher-sandbox/lima-and-qemu/pull/20 shell: bash if: runner.os == 'macOS'