You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with render ctl command not using branch environment variables (#536)
* Fix branch handling in `_run_transform` and `execute_graphql_query` functions
* Add changelog entry for fixing branch handling in `_run_transform` and `execute_graphql_query` functions
* Remove unused import of `get_branch` from `utils.py`
* Add jinja2 transform and GraphQL query for tags, and implement branch selection test
* Update changelog to specify environment variable usage for branch management in `_run_transform` and `execute_graphql_query` functions.
* Remove unused `get_branch` import and set default branch in `validate_graphql` function
0 commit comments