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 677eb5f commit 5e995fdCopy full SHA for 5e995fd
.github/workflows/tests.yml
@@ -113,8 +113,8 @@ jobs:
113
114
if [ -z "$duration" ]; then
115
local start finish ds df
116
- start=$(grep -oP '<Times[^>]*start="\K[^"]+' "$path" | head -1)
117
- finish=$(grep -oP '<Times[^>]*finish="\K[^"]+' "$path" | head -1)
+ start=$(grep -oP 'start="\K[^"]+' "$path" | head -1)
+ finish=$(grep -oP 'finish="\K[^"]+' "$path" | head -1)
118
if [ -n "$start" ] && [ -n "$finish" ]; then
119
ds=$(iso_to_epoch "$start")
120
df=$(iso_to_epoch "$finish")
0 commit comments