potiuk commented on code in PR #39946:
URL: https://github.com/apache/airflow/pull/39946#discussion_r1625319364


##########
.github/workflows/run-unit-tests.yml:
##########
@@ -140,6 +151,7 @@ jobs:
       PYDANTIC: "${{ inputs.pydantic }}"
       PYTHON_MAJOR_MINOR_VERSION: "${{ matrix.python-version }}"
       UPGRADE_BOTO: "${{ inputs.upgrade-boto }}"
+      AIRFLOW_MONITOR_DELAY_TIME_IN_SECONDS: 
"${{inputs.monitor-delay-time-in-seconds}}"

Review Comment:
   It's not JINJA - it's GitHub Actions expression language :). It does not 
matter really, if spaces are there - would be good for consistency, but I think 
we already use it differently in different places .. as long as we won't be 
able to have some linting to add it, it does not bother me too much :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to