mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
trying again...
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
|||||||
token: ${{ secrets.BUILDS_TOKEN }}
|
token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
repository: PepperDash-Engineering/pepperdash-core-builds
|
repository: PepperDash-Engineering/pepperdash-core-builds
|
||||||
ref: ${{ Env.GITHUB_REF }}
|
ref: ${{ Env.GITHUB_REF }}
|
||||||
- name: Download Build Property Info
|
- name: Download Build Version Info
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Version
|
name: Version
|
||||||
@@ -121,6 +121,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
path: ./
|
path: ./
|
||||||
- name: Copy build output and push
|
- name: Copy build output and push
|
||||||
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
git config user.email "actions@pepperdash.com"
|
git config user.email "actions@pepperdash.com"
|
||||||
git config user.name "GitHub Actions"
|
git config user.name "GitHub Actions"
|
||||||
|
|||||||
Reference in New Issue
Block a user