You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/07/11 23:29:01 UTC

[beam] branch master updated: Try to fix playground workflow (#22226)

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

lostluck 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 a8775f0a4ac Try to fix playground workflow (#22226)
a8775f0a4ac is described below

commit a8775f0a4ac13fea440dc6e4b18f1bd5f821fcaf
Author: Danny McCormick <da...@google.com>
AuthorDate: Mon Jul 11 19:28:52 2022 -0400

    Try to fix playground workflow (#22226)
    
    This has been red for a while https://github.com/apache/beam/actions/workflows/playground_deploy_examples.yml
---
 .github/workflows/playground_deploy_examples.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/playground_deploy_examples.yml b/.github/workflows/playground_deploy_examples.yml
index bc096975cdb..6e64c053266 100644
--- a/.github/workflows/playground_deploy_examples.yml
+++ b/.github/workflows/playground_deploy_examples.yml
@@ -48,7 +48,7 @@ jobs:
         name: get Difference
         id: check_file_changed
         run: |
-          $diff = git diff --name-only master
+          $diff = git diff --name-only origin/master
           Write-Host "::set-output name=example_diff::$diff"
       - name: has Examples
         run: |