ashb commented on code in PR #55556:
URL: https://github.com/apache/airflow/pull/55556#discussion_r2343347656
##########
.github/workflows/publish-docs-to-s3.yml:
##########
@@ -305,7 +305,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}
INCLUDE_SUCCESS_OUTPUTS: false
- PYTHON_MAJOR_MINOR_VERSION: 3.10
+ PYTHON_MAJOR_MINOR_VERSION: '3.10'
Review Comment:
consistency nit
```suggestion
PYTHON_MAJOR_MINOR_VERSION: "3.10"
```
--
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]