Updates step names

This commit is contained in:
Neil Dorin
2020-03-19 16:54:30 -06:00
parent ade1238171
commit 3969eee043

View File

@@ -110,7 +110,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
# Checkout the repo # Checkout the repo
- name: Checkout Public Builds Repo - name: Checkout Builds Repo
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
token: ${{ secrets.BUILDS_TOKEN }} token: ${{ secrets.BUILDS_TOKEN }}
@@ -181,7 +181,7 @@ jobs:
if: contains(github.ref, 'master') || contains(github.ref, 'release') if: contains(github.ref, 'master') || contains(github.ref, 'release')
steps: steps:
# Checkout the repo # Checkout the repo
- name: Checkout Internal Builds Repo - name: Checkout Builds Repo
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
token: ${{ secrets.BUILDS_TOKEN }} token: ${{ secrets.BUILDS_TOKEN }}