From f88354e1fbd42699c47638ebc03aa638469964f5 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:02:23 +0200 Subject: [PATCH] Adding self-hosted runner --- .github/AL-Go-Settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 1986a82..6d4bb14 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -1,5 +1,6 @@ { "type": "AppSource App", "templateUrl": "https://github.com/microsoft/AL-Go-AppSource@main", - "templateSha": "173f75a74ecf7d846a89b49b57fba1e3507a5ddd" + "templateSha": "173f75a74ecf7d846a89b49b57fba1e3507a5ddd", + "githubRunner": "self-hosted" }