celeste-zeng commented on code in PR #28003:
URL: https://github.com/apache/beam/pull/28003#discussion_r1294096022


##########
.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:
   Following the convention of how the py version is variable is set, changed 
to use the output parameter instead, reference: 
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-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]

Reply via email to