Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanigalan91 authored Jan 2, 2021
1 parent 83c0c6c commit b011232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'Monorepolyser'
description: 'Awesome set of tools and validators for your yarn monorepo'
icon: activity
inputs:
check-dependencies:
description: 'Whether the github action will check the monorepo dependencies integrity or not'
Expand Down Expand Up @@ -35,4 +36,4 @@ inputs:
default: ''
runs:
using: 'node12'
main: 'packages/ga-monorepolyser/dist/index.js'
main: 'packages/ga-monorepolyser/dist/index.js'

0 comments on commit b011232

Please sign in to comment.