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
fix(post_action): replace head with sed for removing last line
• Replaced head --lines=-1 with sed '$ d' to remove the last line from SSH_KNOWN_HOSTS_FILE.
• Ensured compatibility and consistency in processing the known_hosts file.
• Simplified command usage while maintaining functionality.
0 commit comments