Fix typo in github actions tutorial

pull/9007/head
ollipa 2020-08-15 23:01:21 +09:00
parent 7257b9b295
commit 93d25bec19
1 changed files with 1 additions and 1 deletions

View File

@ -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