fixed input names

This commit is contained in:
Andrew Welker
2020-03-16 15:40:15 -06:00
parent 3c73308577
commit 02d54f88a9

View File

@@ -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