Skip to content

Commit 5520040

Browse files
authored
Update first-greeting.yml
1 parent ffc52f5 commit 5520040

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/first-greeting.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
# Runs a single command using the runners shell
28-
- name: Run a one-line script
29-
run: echo Hi $USER_NAME!
28+
- name: Run a one-line script
29+
run: echo Hi ${{ github.actor }}!
3030

3131
# Runs a set of commands using the runners shell
3232
- name: Add HTML to greetings
33-
run: |
34-
echo '<h1> Give us a star if you haven't yet </h1>' >> $GITHUB_STEP_SUMMARY
35-
echo '<a class="github-button" href="https://github.com/allanoguis/coding-notes" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star your-username/your-repo on GitHub">Star</a>' >> $GITHUB_STEP_SUMMARY
36-
echo '<script async defer src="https://buttons.github.io/buttons.js"></script>' >> $GITHUB_STEP_SUMMARY
33+
run: |
34+
echo '<h1> Give us a star if you haven't yet </h1>' >> $GITHUB_STEP_SUMMARY
35+
echo '<a class="github-button" href="https://github.com/allanoguis/coding-notes" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star your-username/your-repo on GitHub">Star</a>' >> $GITHUB_STEP_SUMMARY
36+
echo '<script async defer src="https://buttons.github.io/buttons.js"></script>' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)