From 2d2c92e3097442436d8cac6dc1d1054fd7cbc0d1 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 30 Jan 2024 19:59:36 -0600 Subject: [PATCH] Update action.yml --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bbc1309..ff396d1 100644 --- a/action.yml +++ b/action.yml @@ -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 }}