Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 6 to 7 (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anmol Nagpal <4303310+anmolnagpal@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and anmolnagpal authored Nov 21, 2023
1 parent 163865b commit 6f7c6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
# If changes are detected, create a new issue
- name: Publish Drift Report and create new issue
if: steps.tf-plan.outputs.exitcode == 2
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
SUMMARY: "${{ steps.tf-plan-string.outputs.summary }}"
with:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
# If changes aren't detected, close any open drift issues
- name: Publish Drift Report
if: steps.tf-plan.outputs.exitcode == 0
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB }}
script: |
Expand Down

0 comments on commit 6f7c6fc

Please sign in to comment.