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] on: [workflow_dispatch]
inputs:
input:
description: 'Input to update'
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo All Good - run: echo All Good
- run: echo "Update: ${{ inputs.input }}"