We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31c6f3 commit 8d016aaCopy full SHA for 8d016aa
1 file changed
actions/use-mise/action.yml
@@ -4,12 +4,16 @@ inputs:
4
github-token:
5
description: 'Github token to use'
6
required: true
7
+ working_directory:
8
+ required: false
9
+ description: 'The directory that mise runs in'
10
runs:
11
using: 'composite'
12
steps:
13
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
14
with:
15
github_token: ${{ inputs.GITHUB_TOKEN }}
16
+ working_directory: ${{ inputs.working_directory }}
17
version: 2026.3.13
18
sha256: ${{ runner.os == 'Linux' && runner.arch == 'X64' && '806790b4a71c93d20e027c40ddf38470fa6e26555275b1181a3c2ccc082ef56f' ||
19
runner.os == 'Linux' && runner.arch == 'ARM64' && 'c1f56fd3c44a219bbb7064af240b4d3c3e4697b4d88377b8c52576f9a572627e' ||
0 commit comments