Updates to correct build repo names

This commit is contained in:
Neil Dorin
2020-03-20 11:59:38 -06:00
parent 9ca5fe7518
commit a7cab21040

View File

@@ -114,7 +114,7 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.BUILDS_TOKEN }}
repository: PepperDash-Engineering/pepperdash-core-builds
repository: PepperDash-Engineering/essentials-builds
ref: ${{ Env.GITHUB_REF }}
# Download the version artifact from the build job
- name: Download Build Version Info
@@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.BUILDS_TOKEN }}
repository: PepperDash/PepperDashCore-Builds
repository: PepperDash/Essentials-Builds
ref: ${{ Env.GITHUB_REF }}
# Download the version artifact from the build job
- name: Download Build Version Info