Skip to content

try action v test11 #75

try action v test11

try action v test11 #75

Workflow file for this run

name: Make videos
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: narakeet/build-video-github-action@test11
id: video
with:
source-path: hello-world/script/source.md
github-token: ${{ secrets.GITHUB_TOKEN }}
api-key: ${{ secrets.NARAKEET_API_KEY }}
- uses: actions/upload-artifact@v1
with:
name: video
path: "${{ steps.video.outputs.video-file }}"