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
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- id: forgejo
|
||||
uses: actions/setup-forgejo@v1
|
||||
with:
|
||||
image-version: 1.20
|
||||
- run: |
|
||||
curl ${{ steps.forgejo.outputs.url }}/api/forgejo/v1/version | grep 1.20
|
||||
- run: curl https://git.braak.pro/api/forgejo/v1/version
|
Loading…
Reference in a new issue