Skip to content

Commit

Permalink
adding pint version to actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci authored Dec 21, 2022
1 parent f8d8a4f commit 18945b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ inputs:
preset:
description: "pint preset"
required: false

pintVersion:
description: "larave/pint composer version to install a specific version."
required: false
runs:
using: 'docker'
image: 'Dockerfile'
Expand All @@ -25,6 +29,7 @@ runs:
- ${{ inputs.verbose-mode }}
- ${{ inputs.config-path }}
- ${{ inputs.preset }}
- ${{ inputs.pint-version }}
branding:
icon: 'eye'
color: 'gray-dark'
color: 'gray-dark'

0 comments on commit 18945b8

Please sign in to comment.