Skip to content

Commit 9d04048

Browse files
committed
wip: testing
1 parent c207d3d commit 9d04048

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

forge/actions/setup/action.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: Setup CI
22
description: Sets up the CI with the configured providers
3+
inputs:
4+
version:
5+
description: The version of Catalyst Forge actions to use
6+
default: adds-install-action
37
runs:
48
using: composite
59
steps:
610
- name: Dump blueprint
711
id: blueprint
8-
uses: input-output-hk/catalyst-forge/forge/actions/blueprint@adds-install-action
12+
uses: input-output-hk/catalyst-forge/forge/actions/blueprint@${{ inputs.version }}
913
with:
1014
path: .
1115
- name: Show

0 commit comments

Comments
 (0)