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: