nixos/.forgejo/workflows/testing.yaml

13 lines
195 B
YAML
Raw Normal View History

2024-08-06 21:22:21 +00:00
on: [workflow_dispatch]
2024-08-06 21:41:00 +00:00
inputs:
input:
description: 'Input to update'
2024-08-06 21:22:21 +00:00
jobs:
test:
runs-on: ubuntu-latest
steps:
2024-08-06 21:41:00 +00:00
- run: echo All Good
2024-08-06 21:41:31 +00:00
- run: echo ${{ inputs.input }}