versions must be strings
This commit is contained in:
parent
8d8994f7ea
commit
473c9820c9
1 changed files with 5 additions and 5 deletions
|
@ -80,13 +80,13 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
info:
|
||||
- version: 7.0
|
||||
- version: "7.0"
|
||||
branch: next
|
||||
forgejo: https://codeberg.org
|
||||
repo: forgejo-experimental/forgejo
|
||||
- version: 1.21
|
||||
owner: forgejo-experimental
|
||||
- version: "1.21"
|
||||
forgejo: https://codeberg.org
|
||||
repo: forgejo/forgejo
|
||||
owner: forgejo
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: ./.forgejo/prepare-end-to-end
|
||||
|
@ -95,7 +95,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
full_version=$(./end-to-end.sh full_version ${{ matrix.info.version }})
|
||||
full_version=$(./end-to-end.sh full_version ${{ matrix.info.version }} ${{ matrix.info.owner }})
|
||||
echo value="$full_version" >> $GITHUB_OUTPUT
|
||||
- run: su forgejo -c "./end-to-end.sh test_actions ${{ matrix.info.version }}"
|
||||
- name: update documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue