Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 2, 2024
1 parent 544d094 commit faeb4a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Terraform Plan
id: plan
run: |
echo "terraform_plan=<<EOF" >> "$GITHUB_OUTPUT"
echo "terraform_plan<<EOF" >> "$GITHUB_OUTPUT"
terraform plan -no-color >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -103,10 +103,11 @@ jobs:
})
if (existingBotComment) {
github.rest.issues.createComment({
github.rest.issues.updateComment({
issue_number: prNumber,
owner: context.repo.owner,
repo: context.repo.repo,
comment_id: existingBotComment.id,
body
})
} else {
Expand Down

0 comments on commit faeb4a3

Please sign in to comment.