mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
fixed input names
This commit is contained in:
parent
3c73308577
commit
02d54f88a9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -40,13 +40,13 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.BUILD_TOKEN }}
|
||||
path: ./builds_repo
|
||||
repo: PepperDash/PepperDashCore-Builds
|
||||
repository: PepperDash/PepperDashCore-Builds
|
||||
- name: Checkout Builds Repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.BUILD_TOKEN }}
|
||||
path: ./internal_builds_repo
|
||||
repo: PepperDash-Engineering/pepperdash-core-builds
|
||||
repository: PepperDash-Engineering/pepperdash-core-builds
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
- name: Set Version Number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue