hated-by-life-itself

This commit is contained in:
2023-03-23 17:20:35 +08:00
parent 47df8a11c2
commit 3cba73a339
15 changed files with 388 additions and 349 deletions

View File

@@ -1,15 +1,4 @@
name: Render video
on:
workflow_dispatch:
inputs:
titleText:
description: "Which text should it say?"
required: true
default: "Welcome to Remotion"
titleColor:
description: "Which color should it be in?"
required: true
default: "black"
jobs:
render:
name: Render video
@@ -23,7 +12,7 @@ jobs:
- run: echo $WORKFLOW_INPUT > input-props.json
env:
WORKFLOW_INPUT: ${{ toJson(github.event.inputs) }}
- run: npm run build -- --props="./input-props.json"
- run: npm run build"
- uses: actions/upload-artifact@v2
with:
name: out.mp4