Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Dec 14, 2019
1 parent ad3b506 commit bfc7fe0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: julia-actions/setup-julia@latest

- name: VersionVigilante.main
id: VersionVigilante
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name="VersionVigilante", rev="da/set-output"))'
julia -e 'using VersionVigilante; VersionVigilante.main("https://github.com/${{ github.repository }}")'
Expand All @@ -27,5 +28,6 @@ jobs:
- name: Test outputs
run: |
echo ${{ outputs.master_version }}
echo ${{ outputs.pr_version }}
echo ${{ steps.VersionVigilante.outputs }}
echo ${{ steps.VersionVigilante.outputs.master_version }}
echo ${{ steps.VersionVigilante.outputs.pr_version }}

0 comments on commit bfc7fe0

Please sign in to comment.