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

Commit 28dd52b

Browse files
authored
Remove version in action def (#53)
That version is incompatible with newest plugins yaml file.
1 parent 2386e86 commit 28dd52b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

action.yml

-5
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ inputs:
3131
`tools/`. If it can't be found anywhere and is not provided explicitly, we'll download it on
3232
demand.
3333
required: false
34-
trunk-version:
35-
description: Which version of the trunk tool to run
36-
required: false
37-
default: 1.17.1
3834
working-directory:
3935
description: Working directory of breakpoint
4036
required: false
@@ -52,7 +48,6 @@ runs:
5248
shell: ${{ inputs.shell }}
5349
working-directory: ${{ inputs.working-directory }}
5450
env:
55-
TRUNK_CLI_VERSION: ${{ inputs.trunk-version }}
5651
TRUNK_GITHUB_CONTEXT: ${{ toJSON(github) }}
5752
TRUNK_TOKEN: ${{ inputs.trunk-token }}
5853
SHELL: ${{ inputs.shell }}

0 commit comments

Comments
 (0)