Skip to content

Update xx.yml

Update xx.yml #2

Workflow file for this run

name: "Build XX"
on:
workflow_dispatch:
inputs:
armbian_upload:
type: choice
default: releases
description: 'Where to upload?'
required: false
options:
- workflow
- releases
jobs:
build:
name: "Build generic Armbian X86 SDK"
runs-on: ubuntu-latest
steps:

Check failure on line 20 in .github/workflows/xx.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/xx.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
- uses: sgpublic/[email protected]
with:
# repo: '<owner>/<repoName>' # you can input a another repo here, defaults to current repo
release-drop: true
release-keep-count: 2
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
draft-drop-count: -1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}