You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/08/09 14:57:43 UTC

[GitHub] [beam] Abacn commented on a diff in pull request #27923: expose path to gcloud folder in setup action

Abacn commented on code in PR #27923:
URL: https://github.com/apache/beam/pull/27923#discussion_r1288664293


##########
.github/actions/setup-action/action.yml:
##########
@@ -57,3 +57,8 @@ runs:
         github_repository: ${{ github.repository }}     
         github_current_run_id: ${{ github.run_id }}
         pull_request_url: ${{ github.event.issue.pull_request.url }}
+    ### Used for Flink jobs that call docker run and mount gcloud folder

Review Comment:
   The failure is due to setup-action.yml gets overwritten (by checkout action) during the workflow run, and parser running into inconsistency state. Likely a github issue.
   
   ----
   
   If this is for certain flink job only, then we do not need it add to setup-action which every job run?



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org