Skip to content

Commit 9bbaefd

Browse files
committed
corriger l'erreur
1 parent c8d3946 commit 9bbaefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/my_first_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [ubuntu-latest, ubuntu-20.04]
99
steps:
1010
- name: echo a string
11-
run: echoo "Hello world"
11+
run: echo "Hello world"
1212
- name: multiline script
1313
run: |
1414
python3 -V

0 commit comments

Comments
 (0)