From 8577a25657d4a85b82203b119f6db24fb1dd0c82 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Fri, 18 Apr 2025 09:53:00 -0500 Subject: [PATCH] fix macos --- .github/workflows/generator-macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/generator-macos.yml b/.github/workflows/generator-macos.yml index f35cf89..f1a5389 100644 --- a/.github/workflows/generator-macos.yml +++ b/.github/workflows/generator-macos.yml @@ -127,6 +127,9 @@ jobs: run: | echo "STATUS_URL=${{ inputs.apiServer }}/api/updategh" >> GITHUB_ENV + - name: Check GITHUB_ENV contents + run: cat $GITHUB_ENV + - name: Report Status uses: fjogeleit/http-request-action@v1 with: