We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbbd45 commit c54c7daCopy full SHA for c54c7da
1 file changed
.github/workflows/action.yaml
@@ -18,7 +18,7 @@ jobs:
18
run : echo "Hello world"
19
shell: bash
20
goodbye:
21
- runs-on: ububntu-latest
+ runs-on: ubuntu-latest
22
steps:
23
- name: Goodbye
24
run: echo "goodbye"
0 commit comments