universal-stdout-logs update/add workflows

This commit is contained in:
aptalca
2023-05-18 16:01:05 -04:00
parent 0a37add7bd
commit 3d00f2dc10
5 changed files with 60 additions and 55 deletions
-6
View File
@@ -1,6 +0,0 @@
#!/usr/bin/with-contenv bash
TAIL_LOGS=$(echo "$LOGS_TO_STDOUT" | sed 's#|# #g')
echo "Executing: tail -F $TAIL_LOGS"
tail -F $TAIL_LOGS