fix(deploy): Default to values/values.yaml
This commit is contained in:
@@ -177,7 +177,7 @@ runs:
|
||||
TARGET_FILE="values/${{ inputs.project }}-staging.yaml.gotmpl"
|
||||
else
|
||||
echo "::error::No staging values file found"
|
||||
exit 1
|
||||
TARGET_FILE="values/values.yaml"
|
||||
fi
|
||||
|
||||
echo "=== Updating $TARGET_FILE ==="
|
||||
|
||||
Reference in New Issue
Block a user