File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
- uses : actions/checkout@v4
26
26
27
27
# 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 }} !
30
30
31
31
# Runs a set of commands using the runners shell
32
32
- 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
You can’t perform that action at this time.
0 commit comments