File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 44# ----------------------------------
55name : Push_GitHub_Action
66env :
7- prnt_msg1 : " Action Started Guys... Workflow run sh code - ${{ github.event.workflow_run.head.sha }}"
8- prnt_msg2 : " Action Started Guys... Pull req sh code - ${{ github.event.pull_request.head.sha }}"
9- prnt_msg3 : " Action Started Guys... Push sh code - ${{ github.event.push.head.sha }}"
10- prnt_msg4 : " Action Started Guys... Merge sh code - ${{ github.event.merge_group.head.sha }}"
11-
7+ prnt_msg1 : " Action Started Guys... Workflow run sh code - ${{ github.sha }}"
128 global_var : " This is a global environment (playbook) variable"
139
1410on :
2925
3026 - run : |
3127 echo ${{env.prnt_msg1}}
32- echo ${{env.prnt_msg2}}
33- echo ${{env.prnt_msg3}}
34- echo ${{env.prnt_msg4}}
3528 echo " VAR1 = ${{env.global_var}}"
3629 echo " VAR2 = ${{env.block_var}}"
3730 echo " VAR3 = $task_var"
You can’t perform that action at this time.
0 commit comments