From 77804e3475a0fc1dce987c4fdfa75a6211910472 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 2 Apr 2021 18:13:10 -0700 Subject: [PATCH] naming things --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ec2b4cd..a651c29 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: go-version: ${{ matrix.go }} id: go - - name: Check out code into the Go module directory + - name: Git checkout uses: actions/checkout@v2 - name: Run tests