Skip to content

workflows: fix variable name in nightly build #3

workflows: fix variable name in nightly build

workflows: fix variable name in nightly build #3

Workflow file for this run

name: Build on push
on:
push:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build-yocto.yml
test:
uses: ./.github/workflows/test.yml
needs: build
secrets: inherit
with:
url: ${{ needs.build.outputs.artifacts_url }}