From 46102472072b29084d387fe9cbd14b565f2526b8 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 29 Aug 2020 00:15:42 -0700 Subject: [PATCH] fix. --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7e8a0bb..e7765dc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Greet Everyone +name: CI # This workflow is triggered on pushes to the repository. on: [push] @@ -6,7 +6,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - container: golang:1.13golang:1.13 + container: golang:1.13 steps: - name: Download dependencies run: go mod vendor