You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--subject "Terraform Plan Failed - Drift Detection" \
54
-
--message "Terraform plan failed during drift detection. Please check the GitHub Actions logs for details. Workflow: ${{ github.workflow }}, Run ID: ${{ github.run_id }}"
57
+
--message "$(cat <<EOF
58
+
Terraform plan failed during drift detection.
59
+
60
+
Workflow: ${{ github.workflow }}
61
+
Run ID: ${{ github.run_id }}
62
+
Repository: ${{ github.repository }}
63
+
Branch: ${{ github.ref_name }}
64
+
65
+
Plan Output (first 50 lines):
66
+
${PLAN_OUTPUT}
67
+
68
+
Full logs: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments