Skip to content

Commit

Permalink
chore: moved inputs param
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 11, 2024
1 parent ec610ba commit 4f4748b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI Setup
description: Setup Node.js and install dependencies
inputs:
root-path:
description: 'Path of the project'
required: true
type: string

runs:
using: composite
inputs:
root-path:
description: 'Path of the project'
required: true
type: string
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4f4748b

Please sign in to comment.