Skip to content

Commit f526eff

Browse files
authored
Update first-greeting.yml
1 parent b218eaa commit f526eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/first-greeting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
# Runs a set of commands using the runners shell
3232
- name: Add HTML to greetings
3333
run: |
34-
echo <h1> Give us a star if you haven't yet </h1> >> $GITHUB_STEP_SUMMARY
34+
echo '<h1> Give us a star if you haven't yet </h1>' >> $GITHUB_STEP_SUMMARY
3535
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
3636
echo '<script async defer src="https://buttons.github.io/buttons.js"></script>' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)