mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user