Skip to content

Commit 04df5d3

Browse files
authored
updated workflow
1 parent 351621b commit 04df5d3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/hellow.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: hello-world
1+
name: hello world
22

33
on:
44
pull_requestes:
@@ -14,4 +14,8 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: hello
17-
run: echo "The time was"
17+
run: |
18+
echo "REF: $GITHUB_REF"
19+
echo "Job ID: $GITHUB_JOB"
20+
echo "Action: $GITHUB_ACTION"
21+
echo "Actor: $GITHUB_ACTOR"

0 commit comments

Comments
 (0)