We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c207d3d commit 9d04048Copy full SHA for 9d04048
forge/actions/setup/action.yml
@@ -1,11 +1,15 @@
1
name: Setup CI
2
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
7
runs:
8
using: composite
9
steps:
10
- name: Dump blueprint
11
id: blueprint
- uses: input-output-hk/catalyst-forge/forge/actions/blueprint@adds-install-action
12
+ uses: input-output-hk/catalyst-forge/forge/actions/blueprint@${{ inputs.version }}
13
with:
14
path: .
15
- name: Show
0 commit comments