Skip to content

Commit

Permalink
DOE-286 Rename the Terraform checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Dec 5, 2024
1 parent 6975881 commit eb449a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/terraform-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
uses: ukhsa-collaboration/devops-github-actions/.github/actions/[email protected]
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 |
| :----------------: | :--------------------------------: |
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
- name: Update check with result
uses: ukhsa-collaboration/devops-github-actions/.github/actions/[email protected]
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: |
Expand Down

0 comments on commit eb449a5

Please sign in to comment.