Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Remove version in action def (#53)
Browse files Browse the repository at this point in the history
That version is incompatible with newest plugins yaml file.
  • Loading branch information
pat-trunk-io authored Dec 7, 2023
1 parent 2386e86 commit 28dd52b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ inputs:
`tools/`. If it can't be found anywhere and is not provided explicitly, we'll download it on
demand.
required: false
trunk-version:
description: Which version of the trunk tool to run
required: false
default: 1.17.1
working-directory:
description: Working directory of breakpoint
required: false
Expand All @@ -52,7 +48,6 @@ runs:
shell: ${{ inputs.shell }}
working-directory: ${{ inputs.working-directory }}
env:
TRUNK_CLI_VERSION: ${{ inputs.trunk-version }}
TRUNK_GITHUB_CONTEXT: ${{ toJSON(github) }}
TRUNK_TOKEN: ${{ inputs.trunk-token }}
SHELL: ${{ inputs.shell }}
Expand Down

0 comments on commit 28dd52b

Please sign in to comment.