Skip to content

switch to 1.0.5 action #76

switch to 1.0.5 action

switch to 1.0.5 action #76

Workflow file for this run

name: Make videos
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: narakeet/[email protected]
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 }}"