Skip to content

Commit

Permalink
fix deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanBerbece committed Sep 25, 2024
1 parent 4e1ff1f commit 4726c8e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/tf-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,19 @@ jobs:
github-token: ${{ secrets.INTEGRATIONS_PAT }}
script: |
const output = `## Terraform Quality Check Update 🤖
This is an automated message generated by the Terraform-Quality-Check workflow run. It displays the statuses of the formatting, initialisation and validation of the Terraform source files.
### Code Quality
🖌 Terraform Format and Style -> \`${{ steps.fmt.outcome }}\`
⚙️ Terraform Initialization -> \`${{ steps.init.outcome }}\`
✅ Terraform Validation -> \`${{ steps.validate.outcome }}\`
This is an automated message generated by the CI run. It displays the statuses of the formatting, initialisation, validation and planning of the Terraform source files.
### Plan
🟡 Terraform Plan -> \`${{ steps.planStep.outcome }}\`
## Quality Check
🖌 Terraform Format and Style: <code>${{ steps.fmt.outcome }}</code>
⚙️ Terraform Initialization: <code>${{ steps.init.outcome }}</code>
✔️ Terraform Validation: <code>${{ steps.validate.outcome }}</code>
## Plan
📋 Check the full plan output here: ${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`*`;
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 4726c8e

Please sign in to comment.