mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
fix increment
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user