morazow commented on code in PR #24426:
URL: https://github.com/apache/flink/pull/24426#discussion_r1611469958


##########
.github/workflows/template.flink-ci.yml:
##########
@@ -80,7 +80,7 @@ jobs:
       # timeout in minutes - this environment variable is required by 
uploading_watchdog.sh
       GHA_JOB_TIMEOUT: 240
     outputs:
-      stringified-workflow-name: ${{ 
steps.workflow-prep-step.outputs.stringified-workflow-name }}
+      stringified-workflow-name: ${{ 
steps.workflow-prep-step.outputs.stringified_value }}
     steps:

Review Comment:
   @XComp, I kept this `outputs.stringified-workflow-name` as is, it is used in 
the later jobs. 
   
   Initially I thought this could be confusing, but maybe all right to keep it 
as is, the `stringified_value` will be used only within the compile steps
   
   



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to