Skip to content

Commit 8d016aa

Browse files
authored
feat: expose working_directory to mise-action (#1565)
1 parent e31c6f3 commit 8d016aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

actions/use-mise/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ inputs:
44
github-token:
55
description: 'Github token to use'
66
required: true
7+
working_directory:
8+
required: false
9+
description: 'The directory that mise runs in'
710
runs:
811
using: 'composite'
912
steps:
1013
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
1114
with:
1215
github_token: ${{ inputs.GITHUB_TOKEN }}
16+
working_directory: ${{ inputs.working_directory }}
1317
version: 2026.3.13
1418
sha256: ${{ runner.os == 'Linux' && runner.arch == 'X64' && '806790b4a71c93d20e027c40ddf38470fa6e26555275b1181a3c2ccc082ef56f' ||
1519
runner.os == 'Linux' && runner.arch == 'ARM64' && 'c1f56fd3c44a219bbb7064af240b4d3c3e4697b4d88377b8c52576f9a572627e' ||

0 commit comments

Comments
 (0)