Skip to content

Commit

Permalink
Update script name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRohowsky committed Mar 9, 2024
1 parent 40631e4 commit b95a495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: Run hello-world.js
run: node hello-world.js
- name: Run hello.js
run: node hello.js

0 comments on commit b95a495

Please sign in to comment.