Skip to content

ci: move drone to github action #1

ci: move drone to github action

ci: move drone to github action #1

Workflow file for this run

name: Dev/Daily Build and Publish
on:
push:
branches:
- sle-micro
schedule:
- cron: "0 1 * * *"
jobs:
build-for-dev:
uses: ./.github/workflows/factory.yml
with:
tag: ${{ github.ref_name }}-head
push: yes

Check failure on line 16 in .github/workflows/dev.yml

View workflow run for this annotation

GitHub Actions / Dev/Daily Build and Publish

Invalid workflow file

The workflow is not valid. .github/workflows/dev.yml (Line: 16, Col: 13): Unexpected value 'yes'
secrets: inherit