mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Updates to correct build repo names
This commit is contained in:
parent
9ca5fe7518
commit
a7cab21040
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -114,7 +114,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BUILDS_TOKEN }}
|
token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
repository: PepperDash-Engineering/pepperdash-core-builds
|
repository: PepperDash-Engineering/essentials-builds
|
||||||
ref: ${{ Env.GITHUB_REF }}
|
ref: ${{ Env.GITHUB_REF }}
|
||||||
# Download the version artifact from the build job
|
# Download the version artifact from the build job
|
||||||
- name: Download Build Version Info
|
- name: Download Build Version Info
|
||||||
|
|
@ -185,7 +185,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BUILDS_TOKEN }}
|
token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
repository: PepperDash/PepperDashCore-Builds
|
repository: PepperDash/Essentials-Builds
|
||||||
ref: ${{ Env.GITHUB_REF }}
|
ref: ${{ Env.GITHUB_REF }}
|
||||||
# Download the version artifact from the build job
|
# Download the version artifact from the build job
|
||||||
- name: Download Build Version Info
|
- name: Download Build Version Info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue