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

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


The following commit(s) were added to refs/heads/fix-distroless-workflows by 
this push:
     new b8f3eddcd2f Fix yaml
b8f3eddcd2f is described below

commit b8f3eddcd2f031ddba39063329998380f633539e
Author: Damon Douglas <[email protected]>
AuthorDate: Thu Jan 16 18:14:20 2025 -0800

    Fix yaml
---
 .../workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml 
b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
index a9acbc91256..d8cb8d4c1ef 100644
--- a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
+++ b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml
@@ -98,7 +98,7 @@ jobs:
       - name: Find Beam Version
         run: |
           BEAM_VERSION_LINE=$(cat gradle.properties | grep "sdk_version")
-          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> 
$GITHUB_ENV
+          echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> $GITHUB_ENV
       - name: Run validatesDistrolessContainer script
         env:
           USER: github-actions

Reply via email to