Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jan 31, 2024
1 parent 6ed7040 commit 2d2c92e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ inputs:
outputs:
hayagriva-version:
description: The version of Hayagriva that was installed. This will be something like '1.5.1' or similar.
value: ${{ steps.setup-hayagriva.outputs.hayagriva-version }}
cache-hit:
description: Whether or not Hayagriva was restored from the runner's cache or download anew.
value: ${{ steps.setup-hayagriva.outputs.cache-hit }}

runs:
using: composite
steps:
- uses: cargo-bins/cargo-binstall@main
- id: seup-hayagriva
- id: setup-hayagriva
uses: ./setup-hayagriva
with: ${{ inputs }}

0 comments on commit 2d2c92e

Please sign in to comment.