Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Oct 9, 2024
1 parent 48b9303 commit 21b852d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_opex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
})
const botComment = comments.find(comment => {
return comment.user.type === 'Bot' && comment.body.includes(`Terraform Plan ('Opex')`)
}))
const commentBody = `#### 📖 Terraform Plan ('${{ steps.directory.outputs.dir }}') - ${status
})
const commentBody = `#### 📖 Terraform Plan ('${{ env.TEMPLATE_DIR }}') - ${status}
<details>
<summary>Terraform Plan</summary>
Expand Down

0 comments on commit 21b852d

Please sign in to comment.