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
Copy file name to clipboardExpand all lines: action.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,11 @@ runs:
42
42
)
43
43
44
44
echo "🧹 remove plan noise"
45
-
echo -e $plan
46
45
plan=$(
47
46
echo -e "$plan" | \
48
47
tail -n +$(
49
48
echo -e "$plan" | \
50
-
grep -nE 'Terraform will perform the following actions|No changes. Infrastructure is up-to-date' | \
49
+
grep -nE 'Terraform will perform the following actions|No changes. Infrastructure is up-to-date|No changes. Your infrastructure matches the configuration' | \
0 commit comments