Fix syntax for passing array arguments in cicd.yaml

This commit is contained in:
Swarup Sengupta
2025-11-29 01:32:26 +05:30
committed by GitHub
parent eef218eae5
commit 2e8ec49d92
+1 -1
View File
@@ -147,4 +147,4 @@ jobs:
echo "Not pushing anything as it's a dry run" echo "Not pushing anything as it's a dry run"
fi fi
./make.bash -t all -v "$PSIPHON_VERSION" -g "$GO_VERSION" "$ARGS[@]" ./make.bash -t all -v "$PSIPHON_VERSION" -g "$GO_VERSION" "${ARGS[@]}"