Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 29, 2024
1 parent 9d04048 commit 5a82f32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions forge/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5a82f32

Please sign in to comment.