We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b218eaa commit f526effCopy full SHA for f526eff
.github/workflows/first-greeting.yml
@@ -31,6 +31,6 @@ jobs:
31
# Runs a set of commands using the runners shell
32
- name: Add HTML to greetings
33
run: |
34
- echo <h1> Give us a star if you haven't yet </h1> >> $GITHUB_STEP_SUMMARY
+ 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