Fix typo in github actions tutorial
parent
7257b9b295
commit
93d25bec19
|
@ -37,7 +37,7 @@ Create workflow:
|
||||||
jobs:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: build example and deploy to minikbue
|
name: build example and deploy to minikube
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Start minikube
|
- name: Start minikube
|
||||||
|
|
Loading…
Reference in New Issue