Skip to content

Commit 52f1555

Browse files
authored
Update timelapse.yml
Signed-off-by: Nicholas Berlette <[email protected]>
1 parent 58206be commit 52f1555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/timelapse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
TIMEFRAME: ${{ steps.collect.outputs.timeframe }}
342342
run: |
343343
# create a new branch for our timelapse
344-
BRANCH_NAME="timelapse/${VIDEO_START_DATE}${VIDEO_END_DATE:+"_-_${VIDEO_END_DATE}"}"
344+
BRANCH_NAME="timelapse/${VIDEO_START_DATE}${VIDEO_END_DATE:+"_${VIDEO_END_DATE}"}"
345345
346346
COMMIT_BODY=$'Video Details:\n\n'
347347
COMMIT_BODY+="| Label | %-56s |"$'\n'

0 commit comments

Comments
 (0)