From eb449a5f13946a3f0b9b90eb813d594c7826ca75 Mon Sep 17 00:00:00 2001 From: Sam Ainsworth Date: Thu, 5 Dec 2024 16:33:31 +0000 Subject: [PATCH] DOE-286 Rename the Terraform checks --- .github/workflows/terraform-code-check.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/terraform-code-check.yml b/.github/workflows/terraform-code-check.yml index e8de7f8..60fffb5 100644 --- a/.github/workflows/terraform-code-check.yml +++ b/.github/workflows/terraform-code-check.yml @@ -54,10 +54,10 @@ jobs: uses: ukhsa-collaboration/devops-github-actions/.github/actions/github-status-check@v0.7.0 id: create_check with: - name: "terraform-checks" + name: "Terraform Checks - ${{ inputs.stack_root_directory }}" status: "in_progress" - title: "Terraform code checks" - summary: "Terraform code checks are currently in-progress" + title: "Terraform code checks for ${{ inputs.stack_root_directory }}" + summary: "Terraform code checks for the ${{ inputs.stack_root_directory }} stack are currently in-progress" details: | | Check | Status | | :----------------: | :--------------------------------: | @@ -123,10 +123,10 @@ jobs: - name: Update check with result uses: ukhsa-collaboration/devops-github-actions/.github/actions/github-status-check@v0.7.0 with: - name: "terraform-checks" + name: "Terraform Checks - ${{ inputs.stack_root_directory }}" status: "completed" - title: "Terraform code checks" - summary: "Terraform code checks have completed" + title: "Terraform code checks for ${{ inputs.stack_root_directory }}" + summary: "Terraform code checks for the ${{ inputs.stack_root_directory }} stack have completed" conclusion: "${{ env.job_status }}" check-run-id: ${{ steps.create_check.outputs.check-run-id }} details: |