Skip to content

Commit

Permalink
ci: fix variable type error in terraform-newrelic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed May 3, 2023
1 parent 7178fba commit 6f21ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
return comment.user.type === 'Bot' && comment.body.includes('Terraform Format and Style') && comment.body.includes('${{ inputs.working-directory }}')
})
const terraformAlerts = `#### :warning: Terraform Errors :warning: - ${{ inputs.working-directory }}
let terraformAlerts = `#### :warning: Terraform Errors :warning: - ${{ inputs.working-directory }}
`;
terraformAlerts += ('${{ steps.fmt.outcome }}' == 'failure') ? `##### Terraform Format Errors
Expand Down

0 comments on commit 6f21ea2

Please sign in to comment.