Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an error for posting the plan in the PR #43

Open
barya1993 opened this issue Nov 14, 2022 · 1 comment
Open

Getting an error for posting the plan in the PR #43

barya1993 opened this issue Nov 14, 2022 · 1 comment

Comments

@barya1993
Copy link

Plan: 2 to add, 0 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply \"tfplan\"
" "0"
INFO: Looking for an existing plan PR comment.
curl: (16) Error in the HTTP2 framing layer
INFO: No existing plan PR comment found.
INFO: Adding plan comment to PR.
curl: (16) Error in the HTTP2 framing layer
- name: Post Plan
  if: always() && github.ref != 'refs/heads/master' && (steps.plan.outcome == 'success' || steps.plan.outcome == 'failure')
  uses: robburger/terraform-pr-commenter@v1
  with:
    commenter_type: plan
    commenter_input: ${{ format('{0}{1}', steps.plan.outputs.stdout, steps.plan.outputs.stderr) }}
    commenter_exitcode: ${{ steps.plan.outputs.exitcode }}
  env:
   GITHUB_TOKEN: ${{ secrets.GOOGLE_CREDENTIALS }}

Am I missing something?

@barya1993
Copy link
Author

@robburger ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant