From 9d0404812113db2dc159c92fbc681cd047df80ae Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 29 Aug 2024 19:11:58 -0400 Subject: [PATCH] wip: testing --- forge/actions/setup/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/forge/actions/setup/action.yml b/forge/actions/setup/action.yml index d286f72d..278daf02 100644 --- a/forge/actions/setup/action.yml +++ b/forge/actions/setup/action.yml @@ -1,11 +1,15 @@ name: Setup CI description: Sets up the CI with the configured providers +inputs: + version: + description: The version of Catalyst Forge actions to use + default: adds-install-action runs: using: composite steps: - name: Dump blueprint id: blueprint - uses: input-output-hk/catalyst-forge/forge/actions/blueprint@adds-install-action + uses: input-output-hk/catalyst-forge/forge/actions/blueprint@${{ inputs.version }} with: path: . - name: Show