Update .forgejo/workflows/testing.yaml
This commit is contained in:
parent
f2cf71ef98
commit
e156b61105
1 changed files with 8 additions and 1 deletions
|
@ -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 }}"
|
Loading…
Reference in a new issue