This is an automated email from the ASF dual-hosted git repository.

damondouglas pushed a commit to branch fix-distroless-wfs
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-distroless-wfs by this 
push:
     new 01d1ea607f5 Update 
beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
01d1ea607f5 is described below

commit 01d1ea607f52daa21955e3e4c2aeee92633b5e22
Author: Damon <[email protected]>
AuthorDate: Thu Jan 16 14:25:47 2025 -0800

    Update beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
---
 .../beam_PostCommit_Python_ValidatesContainer_Dataflow.yml          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml 
b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
index c4cc861dec3..5a636a77d55 100644
--- a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
+++ b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
@@ -95,10 +95,10 @@ jobs:
           gradle-command: 
:sdks:python:test-suites:dataflow:py${{steps.set_py_ver_clean.outputs.py_ver_clean}}:validatesContainer
           arguments: |
             -PpythonVersion=${{ matrix.python_version }} \
-      - name: Find Beam Version
+      - name: Get Beam Version
         run: |
-          BEAM_VERSION_LINE=$(cat gradle.properties | grep "version")
-          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*version=}" >> $GITHUB_ENV
+          BEAM_VERSION_LINE=$(cat gradle.properties | grep "sdk_version")
+          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> $GITHUB_ENV
       - name: Run validatesDistrolessContainer script
         env:
           USER: github-actions

Reply via email to