Why GitHub Actions shell don’t let me use `let` or `((++))` with a variable equal to 0?
I am using a GitHub Action with steps using ubuntu-latest
default shell (bash 5.11 the time of writing).
However, I find inconsistencies with my local bash (5.12) when running the script and a variable is 0.