tvalentyn commented on code in PR #28003:
URL: https://github.com/apache/beam/pull/28003#discussion_r1294074939
##########
.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml:
##########
@@ -99,6 +97,8 @@ jobs:
PY_VER=${{ matrix.python_version }}
PY_VER_CLEAN=${PY_VER//.}
echo "py_ver_clean=$PY_VER_CLEAN" >> $GITHUB_OUTPUT
+ - name: Generate MULTIARCH_TAG unique variable based on timestamp
+ run: echo MULTIARCH_TAG=$(date +'%Y%m%d-%H%M%S%N') >> $GITHUB_ENV
Review Comment:
is this a GH-action-y way of adding an environment variable?
--
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]