From 5a82f3224e4fbed213612e76dfbdaa85d0897f12 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 29 Aug 2024 19:21:02 -0400 Subject: [PATCH] wip: testing --- forge/actions/setup/action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/forge/actions/setup/action.yml b/forge/actions/setup/action.yml index 278daf0..38d0fab 100644 --- a/forge/actions/setup/action.yml +++ b/forge/actions/setup/action.yml @@ -1,15 +1,11 @@ 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@${{ inputs.version }} + uses: ./forge/actions/blueprint with: path: . - name: Show