Skip to content

Commit

Permalink
modif my_first_wrokflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Abulfeda committed Feb 3, 2024
1 parent 104133e commit 793a0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/my_first_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os: [ubuntu-latest, ubuntu-20.04]
steps:
- name: echo a string
run: echoo "Hello world"
run: echo "Hello world"
- name: multiline script
run: |
python3 -V
Expand Down

0 comments on commit 793a0f2

Please sign in to comment.