mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-17 13:44:46 +00:00
fixed input names
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -40,13 +40,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.BUILD_TOKEN }}
|
token: ${{ secrets.BUILD_TOKEN }}
|
||||||
path: ./builds_repo
|
path: ./builds_repo
|
||||||
repo: PepperDash/PepperDashCore-Builds
|
repository: PepperDash/PepperDashCore-Builds
|
||||||
- name: Checkout Builds Repo
|
- name: Checkout Builds Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BUILD_TOKEN }}
|
token: ${{ secrets.BUILD_TOKEN }}
|
||||||
path: ./internal_builds_repo
|
path: ./internal_builds_repo
|
||||||
repo: PepperDash-Engineering/pepperdash-core-builds
|
repository: PepperDash-Engineering/pepperdash-core-builds
|
||||||
- name: Fetch tags
|
- name: Fetch tags
|
||||||
run: git fetch --tags
|
run: git fetch --tags
|
||||||
- name: Set Version Number
|
- name: Set Version Number
|
||||||
|
|||||||
Reference in New Issue
Block a user