OnMove Vector2 never returns to (0,0)

Hello, I’m trying to set up top-down 2D movement with the new input system. The player moves, but once they’ve started they never stop. The course I was following used the exact same code and got the (0,0) message whenever they released the key. The key up is registered but the OnMove value never returns to (0,0). I’m at my wit’s end and would greatly appreciate any advice on this topic. Thank You.

The Action Type was set to Button. Switching it to Value fixed it. Rookie mistake.