Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Parse and validate input
id: parse-upstream
uses: actions/github-script@v7
uses: actions/github-script@v8
env:
UPSTREAM_REPO: ${{ inputs.upstream_repo }}
FORK_NAME: ${{ inputs.fork_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tf-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Post the plan summary as comment on the PR
if: steps.graformer.outputs.plan-exitcode != '1'
uses: actions/github-script@v7
uses: actions/github-script@v8
id: generate-comment
env:
PLAN_SUMMARY: ${{ steps.graformer.outputs.plan-summary }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Finalize check-run
if: always()
uses: actions/github-script@v7
uses: actions/github-script@v8
env:
PLAN_EXITCODE: ${{ steps.graformer.outputs.plan-exitcode }}
PLAN_SUMMARY: ${{ steps.generate-comment.outputs.result }}
Expand Down