Skip to content

Commit

Permalink
Update tf-drift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorr authored Oct 20, 2022
1 parent 08d87a5 commit a669590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const body = `${process.env.SUMMARY}`;
github.issues.create({
github.rest.issues.create({
owner: context.repo.owner,
repo: context.repo.repo,
title: "Terraform Configuration Drift Detected",
Expand Down

0 comments on commit a669590

Please sign in to comment.