Skip to content

Commit

Permalink
Update my_first_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MonacoFlori authored Jan 11, 2024
1 parent 08bb7e7 commit 38f84a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/my_first_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, ubuntu-20.04]
steps:
- name: echo a string
run: echo "Hello World"
run: echoo "Hello World"
- name: multiline script
run: |
python3 -V
Expand Down

0 comments on commit 38f84a0

Please sign in to comment.