From 4b2c299c6f05f3ab98aae49ecbcc69d39baa7ef9 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 19 Oct 2023 07:55:51 +1000 Subject: [PATCH] Explain how default is implemented --- .github/workflows/sub-build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub-build-docker-image.yml b/.github/workflows/sub-build-docker-image.yml index 81a9ac157a1..6356563a22e 100644 --- a/.github/workflows/sub-build-docker-image.yml +++ b/.github/workflows/sub-build-docker-image.yml @@ -29,7 +29,7 @@ on: features: required: false type: string - # defaults to: vars.RUST_TEST_FEATURES and vars.RUST_PROD_FEATURES + # defaults to: vars.RUST_TEST_FEATURES (and entrypoint.sh adds vars.RUST_PROD_FEATURES) test_features: required: false type: string