mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 06:30:23 +08:00
fix(ci): correct mistake in renovate bump
This commit is contained in:
4
.github/workflows/renovate-bump.yaml
vendored
4
.github/workflows/renovate-bump.yaml
vendored
@@ -57,9 +57,9 @@ jobs:
|
||||
train="dependency"
|
||||
elif test -f "./charts/core/${chart}/Chart.yaml"; then
|
||||
train="core"
|
||||
elif test -f "./charts/games/${{ matrix.app }}/Chart.yaml"; then
|
||||
elif test -f "./charts/games/${chart}/Chart.yaml"; then
|
||||
train="games"
|
||||
elif test -f "./charts/enterprise/${{ matrix.app }}/Chart.yaml"; then
|
||||
elif test -f "./charts/enterprise/${chart}/Chart.yaml"; then
|
||||
train="enterprise"
|
||||
else
|
||||
train="incubator"
|
||||
|
||||
Reference in New Issue
Block a user