Update .forgejo/workflows/testing.yaml
This commit is contained in:
parent
423f2dd5b3
commit
f446ba5443
1 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
- run: echo "testing updating: ${{ inputs.input }}"
|
- run: echo "testing updating: ${{ inputs.input }}"
|
||||||
|
shell: bash
|
Loading…
Reference in a new issue