From 013aff4b62d23aa5c1b7a077cde049901e67a1f6 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:41:18 -0600 Subject: [PATCH] Update repo_health.yml --- .github/workflows/repo_health.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 0aec25b..570c187 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -57,7 +57,7 @@ jobs: contents: read steps: - - name: Guardrails: release secrets and vars + - name: "Guardrails: release secrets and vars" env: PROFILE_RAW: "${{ github.event.inputs.profile }}" FTP_HOST: "${{ secrets.FTP_HOST }}" @@ -199,9 +199,9 @@ jobs: with: fetch-depth: 0 - - name: Guardrails: script files and toolchain + - name: "Guardrails: script files and toolchain" env: - PROFILE_RAW: ${{ github.event.inputs.profile }} + PROFILE_RAW: "${{ github.event.inputs.profile }}" run: | set -euxo pipefail @@ -330,7 +330,7 @@ jobs: - name: Repo health checks env: - PROFILE_RAW: ${{ github.event.inputs.profile }} + PROFILE_RAW: "${{ github.event.inputs.profile }}" run: | set -euxo pipefail @@ -500,3 +500,4 @@ jobs: echo "- ${m}" >> "${GITHUB_STEP_SUMMARY}" done fi +