Skip to content

Commit c6886d4

Browse files
authored
Update first_action.yml
1 parent 260b546 commit c6886d4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/first_action.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
#----------------------------------
55
name: Push_GitHub_Action
66
env:
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

1410
on:
@@ -29,9 +25,6 @@ jobs:
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"

0 commit comments

Comments
 (0)