Trying alternative format for ref

This commit is contained in:
Neil Dorin
2020-03-18 13:48:20 -06:00
parent 66103c57b2
commit c8116fcb6f

View File

@@ -97,7 +97,7 @@ jobs:
with:
token: ${{ secrets.BUILDS_TOKEN }}
repository: PepperDash-Engineering/pepperdash-core-builds
ref: $(Env:GITHUB_REF)
ref: ${{ Env:GITHUB_REF }}
- name: Download Build Property Info
uses: actions/download-artifact@v1
with: