forgejo-ci: fix double v in repo
All checks were successful
All checks were successful
This commit is contained in:
parent
c35b647286
commit
0c55a7ecc0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ index c3b8f7a..f609018
|
|||
case $BASEBRANCH in
|
||||
- *-stable) echo v"${BASEBRANCH%-*}";;
|
||||
- master) echo edge;;
|
||||
+ v*) echo v"${BASEBRANCH%-*}";;
|
||||
+ v*) echo "$BASEBRANCH";;
|
||||
+ edge) echo edge;;
|
||||
*) die "Branch \"$BASEBRANCH\" not supported!"
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue