mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
fix workflow indent (#4796)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
8
.github/workflows/go.tidy.yml
vendored
8
.github/workflows/go.tidy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user