From 0c32963c804ab5db3b8e2c6fe0a49fd30454a5ec Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Fri, 8 May 2026 16:37:38 -0400 Subject: [PATCH] Use main, testing failure --- .github/workflows/actions.install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions.install.yml b/.github/workflows/actions.install.yml index 83effc5..e0b8cc6 100644 --- a/.github/workflows/actions.install.yml +++ b/.github/workflows/actions.install.yml @@ -26,10 +26,12 @@ jobs: Use this file as an example to install and use the scripts. - run: run-with-summary which run-with-summary + working-directory: .custom env: SUCCESS: "run-with-summary is installed." DEBUG: yes + - run: run-with-summary curl https://api.github.com/ env: SUCCESS: GitHub API is active