Update repo_health.yml
This commit is contained in:
9
.github/workflows/repo_health.yml
vendored
9
.github/workflows/repo_health.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Guardrails: release secrets and vars
|
- name: "Guardrails: release secrets and vars"
|
||||||
env:
|
env:
|
||||||
PROFILE_RAW: "${{ github.event.inputs.profile }}"
|
PROFILE_RAW: "${{ github.event.inputs.profile }}"
|
||||||
FTP_HOST: "${{ secrets.FTP_HOST }}"
|
FTP_HOST: "${{ secrets.FTP_HOST }}"
|
||||||
@@ -199,9 +199,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Guardrails: script files and toolchain
|
- name: "Guardrails: script files and toolchain"
|
||||||
env:
|
env:
|
||||||
PROFILE_RAW: ${{ github.event.inputs.profile }}
|
PROFILE_RAW: "${{ github.event.inputs.profile }}"
|
||||||
run: |
|
run: |
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
@@ -330,7 +330,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Repo health checks
|
- name: Repo health checks
|
||||||
env:
|
env:
|
||||||
PROFILE_RAW: ${{ github.event.inputs.profile }}
|
PROFILE_RAW: "${{ github.event.inputs.profile }}"
|
||||||
run: |
|
run: |
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
@@ -500,3 +500,4 @@ jobs:
|
|||||||
echo "- ${m}" >> "${GITHUB_STEP_SUMMARY}"
|
echo "- ${m}" >> "${GITHUB_STEP_SUMMARY}"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user