Update .forgejo/workflows/test.yaml
All checks were successful
Setup Forgejo / setup-forgejo (push) Successful in 5s
All checks were successful
Setup Forgejo / setup-forgejo (push) Successful in 5s
This commit is contained in:
parent
c23b0704bb
commit
abf20550fe
1 changed files with 1 additions and 6 deletions
|
@ -5,9 +5,4 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- id: forgejo
|
- run: curl https://git.braak.pro/api/forgejo/v1/version
|
||||||
uses: actions/setup-forgejo@v1
|
|
||||||
with:
|
|
||||||
image-version: 1.20
|
|
||||||
- run: |
|
|
||||||
curl ${{ steps.forgejo.outputs.url }}/api/forgejo/v1/version | grep 1.20
|
|
Loading…
Reference in a new issue