Skip to content

Commit 3c3efef

Browse files
authored
Merge pull request #116 from StefRuseva88/main
The change updates the greeting message in the workflow.
2 parents 3e90df7 + 42fdbba commit 3c3efef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Greet the User
18-
run: echo "Hello Stef!"
18+
run: echo "Hello, Stef!"
1919
- name: Show directory before checkout
2020
run: ls -l
2121
- name: Checkout our code

0 commit comments

Comments
 (0)