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

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 567652e  [BEAM-10662] Fix GCP variable check in build python wheels 
workflow
     new a79ec0c  Merge pull request #12501 from 
TobKed/BEAM-10662-fix-GCP-variable-check-in-build-python-wheels-workflow
567652e is described below

commit 567652e34253af8c569ca5c777249e6a1d004d5d
Author: Tobiasz KÄ™dzierski <[email protected]>
AuthorDate: Fri Aug 7 20:43:08 2020 +0200

    [BEAM-10662] Fix GCP variable check in build python wheels workflow
---
 .github/workflows/build_wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_wheels.yml 
b/.github/workflows/build_wheels.yml
index 319cb44..3689876 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -41,7 +41,7 @@ jobs:
     name: "Check are GCP variables set"
     runs-on: ubuntu-latest
     outputs:
-      run-tests: ${{ steps.check_gcp_variables.outputs.are-gcp-variables-set }}
+      are-gcp-variables-set: ${{ 
steps.check_gcp_variables.outputs.are-gcp-variables-set }}
     steps:
       - uses: actions/checkout@v2
       - name: "Check are GCP variables set"

Reply via email to