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
sed -i '/^| Extension Version Tested | Profile Tested | Implementation Version | Mode | Report |$$/,/^| \.\.\. *| \.\.\. *| \.\.\. *| \.\.\. *| \.\.\. *|$$/{//!d;}' README.md;\
368
-
sed -i '/^| Extension Version Tested | Profile Tested | Implementation Version | Mode | Report |$$/a\|--------------------------|----------------|------------------------|---------|----------------------------------------------------------------------------|\n'"$$TABLE_ENTRIES" README.md;\
388
+
sed -i '/^| Extension Version Tested | Profile Tested | Implementation Version | Mode | Report | Status |$$/,/^| \.\.\. *| \.\.\. *| \.\.\. *| \.\.\. *| \.\.\. *| \.\.\. *|$$/{//!d;}' README.md;\
389
+
sed -i '/^| Extension Version Tested | Profile Tested | Implementation Version | Mode | Report | Status |$$/a\|--------------------------|----------------|------------------------|---------|--------|--------|\n'"$$TABLE_ENTRIES" README.md;\
0 commit comments