Commit 5aae49ce authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

fix workflow indent (#4796)

Signed-off-by: default avatarChris O'Haver <cohaver@infoblox.com>
parent 4a34e8b8
...@@ -10,10 +10,10 @@ jobs: ...@@ -10,10 +10,10 @@ jobs:
steps: steps:
- -
name: Install Go name: Install Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '^1.16' go-version: '^1.16'
id: go id: go
- -
name: Checkout name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment