Workflow config file is invalid. Please check your config file: yaml: unmarshal errors:
line 7: cannot unmarshal !!str `ubuntu-...` into model.Job
line 9: cannot unmarshal !!seq into model.Job
|
name: Deploy Package
|
|
run-name: ${{ gitea.actor }} is deploying
|
|
on: [workflow_dispatch]
|
|
|
|
jobs:
|
|
Deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Deploy to alice
|
|
uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action |