test-actions/.forgejo/workflows/manual.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 13: cannot unmarshal !!map into []*model.Step
niblock 4faa11f01f
All checks were successful
/ ls (push) Successful in 6s
Add a manually-triggered test action
2025-06-07 16:48:24 +00:00

15 lines
No EOL
249 B
YAML

# This file needs to be manually run
name: Manual Test
on:
workflow_dispatch:
jobs:
ls:
name: List
runs-on: docker
steps:
uses: https://forge.niblock.tech/actions/checkout@v4
run: |
ls ${{ github.workspace }}