Update .forgejo/workflows/testing.yaml

This commit is contained in:
silver 2024-08-06 21:41:00 +00:00
parent f2cf71ef98
commit e156b61105

View file

@ -1,6 +1,13 @@
on: [workflow_dispatch]
inputs:
input:
description: 'Input to update'
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo All Good
- run: echo All Good
- run: echo "Update: ${{ inputs.input }}"