Update .forgejo/workflows/testing.yaml
This commit is contained in:
parent
f446ba5443
commit
44a7186a40
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +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 "${{ inputs.input }}"
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in a new issue