Update .forgejo/workflows/testing.yaml

This commit is contained in:
silver 2024-08-06 21:46:03 +00:00
parent f446ba5443
commit 44a7186a40

View file

@ -10,5 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo All Good
- run: echo "testing updating: ${{ inputs.input }}"
- run: echo "${{ inputs.input }}"
shell: bash