Skip to content

Manually Upload to all AURs #1

Manually Upload to all AURs

Manually Upload to all AURs #1

Workflow file for this run

name: Manually Upload to AUR
on: workflow_dispatch
jobs:
setup:
name: Setup
uses: ./.github/workflows/reuse_setup.yml
aur:
name: Upload to AUR
uses: ./.github/workflows/reuse_aur.yml

Check failure on line 12 in .github/workflows/manualrun_aur.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/manualrun_aur.yml

Invalid workflow file

error parsing called workflow ".github/workflows/manualrun_aur.yml" -> "./.github/workflows/reuse_aur.yml" (source branch with sha:ea3a5e9f8157caa0e562197db39c737f5fa06323) : workflow is not reusable as it is missing a `on.workflow_call` trigger
needs: setup