Skip to content

make populate users helper update passwords #1105

make populate users helper update passwords

make populate users helper update passwords #1105

Triggered via pull request March 1, 2025 08:06
Status Success
Total duration 2m 40s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
build
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention