From 3969eee043455ddfea0e0a194ae3eef867613dcc Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 19 Mar 2020 16:54:30 -0600 Subject: [PATCH] Updates step names --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d5c88f2..dbc1d9d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -110,7 +110,7 @@ jobs: runs-on: windows-latest steps: # Checkout the repo - - name: Checkout Public Builds Repo + - name: Checkout Builds Repo uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} @@ -181,7 +181,7 @@ jobs: if: contains(github.ref, 'master') || contains(github.ref, 'release') steps: # Checkout the repo - - name: Checkout Internal Builds Repo + - name: Checkout Builds Repo uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }}