fix increment

This commit is contained in:
Jay Lee
2026-07-04 07:20:49 -04:00
parent a3aa7aeaef
commit a433cdf35f

View File

@@ -833,7 +833,7 @@ jobs:
run: | run: |
GAM_RUN_COUNT=0 GAM_RUN_COUNT=0
run_gam() { run_gam() {
((GAM_RUN_COUNT++)) GAM_RUN_COUNT=$((GAM_RUN_COUNT + 1))
local allowed_codes="0" local allowed_codes="0"
if [[ "$1" == "-a" ]]; then if [[ "$1" == "-a" ]]; then
allowed_codes="$2" allowed_codes="$2"