Video upload date:  · Duration: PT1H46M27S  · Language: EN

What will the value of the NAME variable be github video

actions-gh-200 video for what will the value of the NAME variable be when this workflow is triggered? name : Java CI with Maven env : NAME : 'My Action' on :

This is a dedicated watch page for a single video.

Full Certification Question

What will the value of the NAME variable be when this workflow is triggered? name : Java CI with Maven env : NAME : 'My Action' on : push : branches : [ "main" ] jobs : build : env : NAME : 'My Action 2' runs - on : ubuntu - latest - name : Print name run : echo "$NAME" env : NAME : 'My Action 3'