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 58206be commit 52f1555Copy full SHA for 52f1555
.github/workflows/timelapse.yml
@@ -341,7 +341,7 @@ jobs:
341
TIMEFRAME: ${{ steps.collect.outputs.timeframe }}
342
run: |
343
# create a new branch for our timelapse
344
- BRANCH_NAME="timelapse/${VIDEO_START_DATE}${VIDEO_END_DATE:+"_-_${VIDEO_END_DATE}"}"
+ BRANCH_NAME="timelapse/${VIDEO_START_DATE}${VIDEO_END_DATE:+"_${VIDEO_END_DATE}"}"
345
346
COMMIT_BODY=$'Video Details:\n\n'
347
COMMIT_BODY+="| Label | %-56s |"$'\n'
0 commit comments