We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01214e commit 9eff073Copy full SHA for 9eff073
.github/actions/clear-files/action.yml
@@ -9,6 +9,8 @@ runs:
9
DEBIAN_FRONTEND: noninteractive
10
run: |
11
set +e
12
+ exec > >(awk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }') \
13
+ 2> >(awk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }' >&2)
14
15
# Skip slow "updating man-db" dpkg step
16
echo 'set man-db/auto-update false' | sudo debconf-communicate; sudo dpkg-reconfigure man-db
0 commit comments