diff options
author | 2021-02-23 14:12:00 +0100 | |
---|---|---|
committer | 2021-02-23 14:12:00 +0100 | |
commit | 908622a664a144bd7fc35d93de4b21fa1adcecdb (patch) | |
tree | b7c1ef5e1d2e1aa11ff4b13e5b1556c887361279 | |
parent | f9b98a1d063b4f9520252a2c65f41fa0eb1e6bc5 (diff) | |
download | coredns-908622a664a144bd7fc35d93de4b21fa1adcecdb.tar.gz coredns-908622a664a144bd7fc35d93de4b21fa1adcecdb.tar.zst coredns-908622a664a144bd7fc35d93de4b21fa1adcecdb.zip |
Fix go-test yaml (#4481)
unsure why this only pops up, but the yaml was not correct for this
workflow. Randomly added whitespace until it parsed as proper yaml
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | .github/workflows/go.test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index d88047d7e..d0b64d51d 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Install dependencies + - name: Install dependencies run: | sudo apt-get install make curl |