Skip to content

update video preview #106

update video preview

update video preview #106

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-tags: true
- name: Build
uses: dagger/[email protected]
with:
version: "latest"
verb: call
args: build
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}