MS
Thank you for a good article! The PR comment can be made easier: - name: Terraform Plan id: plan run: | terraform plan - refresh = false - no - color - out out.plan - name: Comment PR if : github.event_name = = 'pull_request' uses: peter - evans / create - or - update - comment@v1 with: issue - number: ${{ github.event.pull_request.number }} body: ${{steps.plan.outputs.stdout}}