fix workflow indent (#4796)

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2021-08-13 10:39:46 -04:00
committed by GitHub
parent 4a34e8b897
commit 5aae49cee5

View File

@@ -10,10 +10,10 @@ jobs:
steps:
-
name: Install Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
id: go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
id: go
-
name: Checkout
uses: actions/checkout@v2