Merge pull request #9007 from ollipa/patch-1

Fix typo in github actions CI tutorial
pull/8831/head^2
priyawadhwa 2020-09-02 09:25:30 -04:00 committed by GitHub
commit 08f5a1bb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Create workflow:
jobs:
job1:
runs-on: ubuntu-latest
name: build example and deploy to minikbue
name: build example and deploy to minikube
steps:
- uses: actions/checkout@v2
- name: Start minikube