We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d3946 commit 9bbaefdCopy full SHA for 9bbaefd
.github/workflows/my_first_workflow.yml
@@ -8,7 +8,7 @@ jobs:
8
os: [ubuntu-latest, ubuntu-20.04]
9
steps:
10
- name: echo a string
11
- run: echoo "Hello world"
+ run: echo "Hello world"
12
- name: multiline script
13
run: |
14
python3 -V
0 commit comments